Cachyos kernel
This commit is contained in:
parent
260b30b623
commit
19a3ef281c
5 changed files with 190 additions and 42 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue