* 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:
parent
25e91205fe
commit
3fa1c97cc8
5 changed files with 326 additions and 278 deletions
11
common/kernel.nix
Executable file
11
common/kernel.nix
Executable 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue