wip: SPLIT ME
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -31,6 +31,7 @@ in lib.mkMerge [
|
||||
"Pictures"
|
||||
"Documents"
|
||||
"Videos"
|
||||
"Games"
|
||||
"src" # My projects.
|
||||
"scratch" # My playgrounds.
|
||||
"etc" # Miscellaneous belongings.
|
||||
|
||||
Reference in New Issue
Block a user