initial rust-shell setup

This commit is contained in:
Christoph Hollizeck 2024-08-26 21:20:15 +02:00
parent 07ebbac912
commit 2a16fc03e7
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
7 changed files with 94 additions and 55 deletions

View file

@ -52,11 +52,8 @@ in
config = {
environment.systemPackages = with pkgs; [ ];
programs.zsh = {
enable = true;
autosuggestions.enable = true;
histFile = "$XDG_CACHE_HOME/zsh.history";
};
programs.fish = enabled;
users.defaultUserShell = pkgs.fish;
wyrdgard.home = {
file = {
@ -80,8 +77,6 @@ in
home = "/home/${cfg.name}";
group = "users";
shell = pkgs.zsh;
# Arbitrary user ID to use for the user. Since I only
# have a single user on my machines this won't ever collide.
# However, if you add multiple users you'll need to change this