* 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

View file

@ -1,12 +1,6 @@
{ inputs, config, pkgs, ... }:
{
imports = [
inputs.chaotic.nixosModules.nyx-cache
inputs.chaotic.nixosModules.nyx-overlay
inputs.chaotic.nixosModules.nyx-registry
];
boot = {
loader = {
systemd-boot = {
@ -16,8 +10,6 @@
};
efi.canTouchEfiVariables = true;
};
kernelPackages = pkgs.linuxPackages_cachyos;
};
services.scx = {