Added tmux
This commit is contained in:
parent
99ea7423de
commit
4536235669
3 changed files with 63 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
[
|
||||
./modules/nixvim
|
||||
./modules/fastfetch
|
||||
./modules/tmux/home.nix
|
||||
] ++ lib.optional (hwconfig.useImpermanence) (import ./modules/impermanence/home.nix { inherit username; inherit inputs; } )
|
||||
++ lib.optional (config.programs.hyprland.enable) ./modules/hyprland/home.nix
|
||||
++ lib.optional (builtins.pathExists ./homes/${username}) ./homes/${username};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue