setup-env #1

Merged
noah.knegt merged 28 commits from setup-env into main 2025-02-28 21:49:32 +01:00
12 changed files with 170 additions and 21 deletions
Showing only changes of commit 6c135e9c4e - Show all commits

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