add tmux to home.nix

This commit is contained in:
Gabriella Bere 2024-08-24 17:06:45 +01:00
parent d77ea32928
commit cef249607b
2 changed files with 2 additions and 0 deletions

View file

@ -25,6 +25,8 @@
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
programs.tmux.enable = true;
# Enable Hyprland compositor
wayland.windowManager.hyprland = {
enable = true;

View file