[NixOS] Add wmctrl
This commit is contained in:
parent
0baa079371
commit
f5c97ae7e1
@ -115,6 +115,7 @@ in
|
|||||||
stow
|
stow
|
||||||
tmux
|
tmux
|
||||||
wget
|
wget
|
||||||
|
wmctrl
|
||||||
zsh
|
zsh
|
||||||
|
|
||||||
# Miscellaneous
|
# Miscellaneous
|
||||||
@ -197,5 +198,5 @@ in
|
|||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
system.stateVersion = "18.03"; # Did you read the comment?
|
system.stateVersion = "18.03";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user