Compare commits
No commits in common. "731faae4f2b9e4b11d14312dd1e0cc8ce148339e" and "0634268d981ffc3a974631db6a6a06f3460d2ecf" have entirely different histories.
731faae4f2
...
0634268d98
2 changed files with 1 additions and 11 deletions
|
@ -22,16 +22,9 @@
|
|||
jack.enable = true;
|
||||
};
|
||||
|
||||
services.ananicy = {
|
||||
enable = true;
|
||||
package = pkgs.ananicy-cpp;
|
||||
rulesProvider = pkgs.ananicy-rules-cachyos;
|
||||
};
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
pv
|
||||
git
|
||||
vim
|
||||
curl
|
||||
|
|
|
@ -79,10 +79,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.librewolf = {
|
||||
enable = true;
|
||||
package = pkgs.librewolf-bin;
|
||||
};
|
||||
programs.firefox.enable = true;
|
||||
programs.kitty.enable = true;
|
||||
|
||||
programs.helix = {
|
||||
|
|
Loading…
Reference in a new issue