initial rust-shell setup

This commit is contained in:
Christoph Hollizeck 2024-08-26 21:20:15 +02:00
parent e0c4374d30
commit 87f30414fa
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 1763BB530F50279E
7 changed files with 94 additions and 55 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