From f5c97ae7e193a63b2422f1e4d8ce911f8c333106 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 16 Jun 2018 19:17:57 -0700 Subject: [PATCH] [NixOS] Add wmctrl --- nixos/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index c3a96cdb..118502a6 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -115,6 +115,7 @@ in stow tmux wget + wmctrl zsh # Miscellaneous @@ -197,5 +198,5 @@ in shell = pkgs.zsh; }; - system.stateVersion = "18.03"; # Did you read the comment? + system.stateVersion = "18.03"; }