modified some files, removed backup files

This commit is contained in:
2024-08-13 15:33:25 +09:00
parent 712920a3df
commit ae59ef84f8
6 changed files with 20 additions and 194 deletions

View File

@@ -34,6 +34,6 @@
uid = 1000;
};
envirnment.shells = with pkgs; [ bash ];
environment.shells = with pkgs; [ bash ];
users.defaultUserShell = pkgs.bash;
}