This commit is contained in:
2025-02-27 18:44:16 +01:00
parent 7fc2bf7b80
commit 6c135e9c4e
2 changed files with 9 additions and 0 deletions

View File

@@ -19,6 +19,8 @@
./git ./git
./zsh ./zsh
./tmux.nix
]; ];
nixpkgs = { nixpkgs = {

7
home-manager/tmux.nix Normal file
View File

@@ -0,0 +1,7 @@
{ pkgs, inputs, ... }:
{
programs.tmux = {
enable = true;
};
}