This commit is contained in:
4DBug
2026-02-04 20:53:10 -06:00
parent 62ac00a7ac
commit b247d517ce
2 changed files with 2 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ in
nodejs nodejs
/*(blender.withPackages (ps: with ps; [ (blender.withPackages (ps: with ps; [
libGLU libGLU
gcc gcc
zlib zlib
@@ -78,7 +78,6 @@ in
xorg.libxcb xorg.libxcb
glib glib
])) ]))
*/
plasticity plasticity
obsidian obsidian

View File

@@ -11,7 +11,7 @@
levi = { levi = {
isNormalUser = true; isNormalUser = true;
description = "levi"; description = "levi";
extraGroups = [ "wheel"]; extraGroups = [];
hashedPasswordFile = "/home/bug/users/levi.passwd"; hashedPasswordFile = "/home/bug/users/levi.passwd";
}; };