Adjust configuration accordingly

This commit is contained in:
Manuel Thalmann 2024-08-23 19:14:09 +02:00
parent d214abd1e8
commit 05fb824015
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 = {
@ -57,7 +60,6 @@
};
};
};
};
};
timeZone = "Europe/Zurich";