* move custom kernel to separate file (it dont work on Swordsmachine (it's nvidia (i hate nvidia)))

* add hypridle, hyprlock (primitive config), swaybg
This commit is contained in:
wo2wz 2025-07-26 20:50:26 -04:00
parent 25e91205fe
commit 3fa1c97cc8
5 changed files with 326 additions and 278 deletions

11
common/kernel.nix Executable file
View file

@ -0,0 +1,11 @@
{ inputs, config, pkgs, ... }:
{
imports = [
inputs.chaotic.nixosModules.nyx-cache
inputs.chaotic.nixosModules.nyx-overlay
inputs.chaotic.nixosModules.nyx-registry
];
boot.kernelPackages = pkgs.linuxPackages_cachyos;
}