Adjust configuration accordingly

This commit is contained in:
Manuel Thalmann 2024-08-23 19:14:09 +02:00
parent 361827218b
commit 8ccef0e870
2 changed files with 5 additions and 1 deletions

View file

@ -7,8 +7,10 @@
in {
imports = [
./packages/git.nix
./packages/rclone.nix
./hardware.nix
./i18n.nix
./os.nix
./partition.nix
./software.nix
./users.nix

View file

@ -44,7 +44,10 @@
"wheel"
"nix-users"
];
};
};
linux.users.manuel = {
defaultShell = "fish";
rclone = {
@ -58,7 +61,6 @@
};
};
};
};
timeZone = "Europe/Zurich";
keyMap = "de_CH-latin1";