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; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
zoxide
|
zoxide
|
||||||
tmux
|
|
||||||
tlrc
|
tlrc
|
||||||
file
|
file
|
||||||
stow
|
stow
|
||||||
|
|
@ -23,6 +22,8 @@
|
||||||
imagemagick
|
imagemagick
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.tmux.enable = true;
|
||||||
|
|
||||||
programs.nh = {
|
programs.nh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
flake = "/home/nico/dots";
|
flake = "/home/nico/dots";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue