lots of things (everything is a total mess)

This commit is contained in:
xunuwu 2025-01-05 02:12:52 +01:00
parent 480d649d62
commit 931efc7518
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
22 changed files with 109 additions and 52 deletions

View file

@ -7,7 +7,8 @@
users.groups.deploy = {};
users.users.deploy = {
isSystemUser = true;
isSystemUser = false;
isNormalUser = true; # i want a home directory for some things
useDefaultShell = true;
group = "deploy";
extraGroups = ["wheel"];

View file

@ -0,0 +1,4 @@
{
programs.corectrl.enable = true;
users.users.xun.extraGroups = ["corectrl"];
}

View file

@ -0,0 +1,3 @@
{
services.hardware.openrgb.enable = true;
}

View file

@ -23,5 +23,6 @@
openssl # for generating passwords
yt-dlp
inotify-tools
dig
];
}

View file

@ -0,0 +1,2 @@
_: {pkgs, ...}: {
}