Adjust configuration accordingly

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

View file

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

View file

@ -44,7 +44,10 @@
"wheel" "wheel"
"nix-users" "nix-users"
]; ];
};
};
linux.users.manuel = {
defaultShell = "fish"; defaultShell = "fish";
rclone = { rclone = {
@ -57,7 +60,6 @@
}; };
}; };
}; };
};
}; };
timeZone = "Europe/Zurich"; timeZone = "Europe/Zurich";