This commit is contained in:
biscuit
2025-06-20 08:58:14 -05:00
parent bc70242a99
commit 2d8ba9f7ea
8 changed files with 45 additions and 16 deletions
+2
View File
@@ -19,6 +19,8 @@
gtk3
libxml2
git
cargo
gcc
rustc
+1 -1
View File
@@ -5,7 +5,7 @@
...
}: {
users = {
defaultUserShell = pkgs.zsh;
defaultUserShell = pkgs.${terminal.termShell};
users = {
${username} = {
isNormalUser = true;