Configure i3

This commit is contained in:
muon 2024-06-12 13:34:15 +00:00
parent 5f6f020888
commit 58128797de
5 changed files with 88 additions and 13 deletions

View file

@ -2,6 +2,8 @@
options.mods.terminal.tools.enable = lib.mkEnableOption "enables cli tools";
config = lib.mkIf config.mods.terminal.tools.enable {
programs.zellij.enable = true;
home.packages = with pkgs; [
# libraries
glow
@ -14,7 +16,6 @@
# programs
bottom
zellij
fend
];
};