forked from nico/dots
nix: change tmux from package to option
This commit is contained in:
parent
292dfcfccd
commit
cb29e9110f
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,6 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
zoxide
|
||||
tmux
|
||||
tlrc
|
||||
file
|
||||
stow
|
||||
|
|
@ -23,6 +22,8 @@
|
|||
imagemagick
|
||||
];
|
||||
|
||||
programs.tmux.enable = true;
|
||||
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
flake = "/home/nico/dots";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue