mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Configure i3
This commit is contained in:
parent
5f6f020888
commit
58128797de
5 changed files with 88 additions and 13 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue