lots of things (everything is a total mess)
This commit is contained in:
parent
480d649d62
commit
931efc7518
22 changed files with 109 additions and 52 deletions
4
nix/systemProfiles/programs/corectrl.nix
Normal file
4
nix/systemProfiles/programs/corectrl.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
programs.corectrl.enable = true;
|
||||
users.users.xun.extraGroups = ["corectrl"];
|
||||
}
|
3
nix/systemProfiles/programs/openrgb.nix
Normal file
3
nix/systemProfiles/programs/openrgb.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
services.hardware.openrgb.enable = true;
|
||||
}
|
|
@ -23,5 +23,6 @@
|
|||
openssl # for generating passwords
|
||||
yt-dlp
|
||||
inotify-tools
|
||||
dig
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue