Compare commits

..

No commits in common. "731faae4f2b9e4b11d14312dd1e0cc8ce148339e" and "0634268d981ffc3a974631db6a6a06f3460d2ecf" have entirely different histories.

2 changed files with 1 additions and 11 deletions

View file

@ -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

View file

@ -79,10 +79,7 @@
};
};
programs.librewolf = {
enable = true;
package = pkgs.librewolf-bin;
};
programs.firefox.enable = true;
programs.kitty.enable = true;
programs.helix = {