initial rust-shell setup

This commit is contained in:
Christoph Hollizeck 2024-08-26 21:20:15 +02:00
parent 30ce47b804
commit 22b095180c
8 changed files with 130 additions and 98 deletions

View file

@ -24,6 +24,9 @@ in
ripgrep
fzf
colorls
wslu
wsl-open
];
wyrdgard = {

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