added linuxcachyos

This commit is contained in:
kenji
2025-07-08 23:33:21 -05:00
parent 2a3c6ae6a9
commit 2ab60c6047
5 changed files with 166 additions and 14 deletions
+4
View File
@@ -8,6 +8,7 @@
}: {
imports = [
inputs.home-manager.nixosModules.home-manager
inputs.chaotic.nixosModules.default
./hardware-configuration.nix
../../modules/default/desktop.nix
../../modules/default/dev.nix
@@ -84,6 +85,7 @@
services = {
displayManager.gdm.enable = true;
scx.enable = true; # by default uses scx_rustland scheduler
libinput.enable = true;
blueman.enable = true;
printing.enable = true;
@@ -130,6 +132,8 @@
proxy.default = null;
proxy.noProxy = null;
};
boot.kernelPackages = pkgs.linuxPackages_cachyos;
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.