Added tmux

This commit is contained in:
Aleksandr Lebedev 2025-01-03 18:51:44 +01:00
parent 99ea7423de
commit 4536235669
3 changed files with 63 additions and 0 deletions

View file

@ -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};