Cachyos kernel

This commit is contained in:
Aleksandr Lebedev 2025-07-26 18:21:44 +02:00
parent 260b30b623
commit 19a3ef281c
5 changed files with 190 additions and 42 deletions

View file

@ -18,7 +18,9 @@ in {
inputs.nixos-facter-modules.nixosModules.facter
inputs.home-manager.nixosModules.default
inputs.disko.nixosModules.default
inputs.chaotic.nixosModules.nyx-cache
inputs.chaotic.nixosModules.nyx-overlay
inputs.chaotic.nixosModules.nyx-registry
./modules/firefox
./modules/flatpak
./modules/steam

View file

@ -1,4 +1,5 @@
{
config,
hwconfig,
inputs,
...
@ -11,7 +12,7 @@ in {
};
services.emacs = {
enable = true;
package = emacs;
package = config.programs.emacs.package;
startWithUserSession = true;
client.enable = true;
};

View file

@ -20,6 +20,9 @@
../../users/tania
];
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_cachyos;
services.scx.enable = true; # by default uses scx_rustland scheduler
sops.secrets."ssh_keys/${hwconfig.hostname}" = {};
nixpkgs.overlays = [
# Fixes java crash because of bind mount with impermanence when loading too many mods(ex. All The Mods 9)