overlord/ nfs,smb

This commit is contained in:
tulg 2026-05-08 23:16:31 +03:00
parent bf6e9e680e
commit 64d0ab2002
8 changed files with 186 additions and 3 deletions

View file

@ -2,5 +2,6 @@
imports = [
./yazi.nix
./shell.nix
./zellij.nix
];
}

View file

@ -0,0 +1,11 @@
{pkgs, ...}: {
programs.zellij = {
enable = true;
enableBashIntegration = true; # Or zsh
settings = {
theme = "rose-pine";
pane_frames = false;
default_layout = "compact";
};
};
}

View file

@ -22,4 +22,8 @@ in {
source = link "${dots}/mako";
recursive = true;
};
xdg.configFile."zellij" = {
source = link "${dots}/zellij";
recursive = true;
};
}

View file

@ -20,7 +20,6 @@
mpv
vulkan-tools
pkgs.looking-glass-client
tmux
btop
nicotine-plus