mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 12:19:12 +00:00
profiles/dev: remove Zellij
This is something that should be set up per home-manager user now that there's different users.
This commit is contained in:
parent
6e10f63911
commit
29e813ee05
@ -84,23 +84,11 @@ in {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
# Modern tmux? Yeah, modern tmux! For layout configurations, they are
|
|
||||||
# more individualized so just set your home-manager users individually
|
|
||||||
# with those. pls?
|
|
||||||
programs.zellij = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
mouse_mode = false;
|
|
||||||
copy_on_select = false;
|
|
||||||
pane_frames = false;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# Echolocation.
|
# Echolocation.
|
||||||
programs.nix-index.enable = lib.mkIf (attrs ? osConfig -> !attrs.osConfig.programs.nix-index.enable) true;
|
programs.nix-index.enable = lib.mkIf (attrs ? osConfig -> !attrs.osConfig.programs.nix-index.enable) true;
|
||||||
})
|
})
|
||||||
|
|
||||||
|
# Level up your terminal-dwelling skills with these.
|
||||||
(lib.mkIf cfg.shell.enable {
|
(lib.mkIf cfg.shell.enable {
|
||||||
# Supercharging your shell history. Just don't forget to flush them out
|
# Supercharging your shell history. Just don't forget to flush them out
|
||||||
# before doing questionable things.
|
# before doing questionable things.
|
||||||
|
Loading…
Reference in New Issue
Block a user