[NixOS] Add wmctrl

This commit is contained in:
Ivan Malison 2018-06-16 19:17:57 -07:00
parent 0baa079371
commit f5c97ae7e1

View File

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