wip: SPLIT ME

This commit is contained in:
Madeleine Sydney
2025-05-06 11:35:47 -06:00
parent f97d8171e4
commit 3e74aa18d6
11 changed files with 36 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
isNormalUser = true;
# TODO: Don't hard-code `persist`. Use
# config.sydnix.impermanence.persistGroupName.
extraGroups = [ "wheel" "persist" ];
extraGroups = [ "wheel" "persist" "input" ];
initialHashedPassword =
"$y$j9T$aEFDDwdTZbAc6VQRXrkBJ0$K8wxTGTWDihyX1wxJ.ZMH//wmQFfrGGUkLkxIU0Lyq8";
@@ -21,6 +21,8 @@
xdg.enable = true;
home.preferXdgDirectories = true;
home.packages = [ pkgs.sioyek ];
sydnix = {
gpg.enable = true;
sops = {

View File

@@ -31,6 +31,7 @@ in lib.mkMerge [
"Pictures"
"Documents"
"Videos"
"Games"
"src" # My projects.
"scratch" # My playgrounds.
"etc" # Miscellaneous belongings.