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;
|
jack.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.ananicy = {
|
|
||||||
enable = true;
|
|
||||||
package = pkgs.ananicy-cpp;
|
|
||||||
rulesProvider = pkgs.ananicy-rules-cachyos;
|
|
||||||
};
|
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
pv
|
|
||||||
git
|
git
|
||||||
vim
|
vim
|
||||||
curl
|
curl
|
||||||
|
|
|
@ -79,10 +79,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.librewolf = {
|
programs.firefox.enable = true;
|
||||||
enable = true;
|
|
||||||
package = pkgs.librewolf-bin;
|
|
||||||
};
|
|
||||||
programs.kitty.enable = true;
|
programs.kitty.enable = true;
|
||||||
|
|
||||||
programs.helix = {
|
programs.helix = {
|
||||||
|
|
Loading…
Reference in a new issue