Merge branch 'main' of github.com:KaitoTLex/KaitoianOS

This commit is contained in:
KaitoTLex 2025-05-14 16:45:27 -07:00
commit 5bfd4e0cd6
No known key found for this signature in database
GPG key ID: C5F52A3C0F3B4A77
2 changed files with 2 additions and 2 deletions

View file

@ -150,7 +150,7 @@
}; };
#System specific packages to install #System specific packages to install
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
nvtop # nvtop
osu-lazer osu-lazer
davinci-resolve davinci-resolve
wacomtablet wacomtablet

View file

@ -7,6 +7,6 @@
../../modules/audio ../../modules/audio
../../modules/stylix ../../modules/stylix
../../modules/electrical ../../modules/electrical
../../modules/desktop-environment/ ../../modules/desktop-environment
]; ];
} }