diff options
| author | Baitinq <[email protected]> | 2022-07-06 20:01:31 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-06 20:01:31 +0200 |
| commit | 57e34404a645907bdec38b5eec1d32a76e0e4874 (patch) | |
| tree | 7d6eff3675bc8f63e026b9a9e537e38a7800e0f4 /hosts | |
| parent | XMonad: Add proper fullscreen capabilities (diff) | |
| download | nixos-config-57e34404a645907bdec38b5eec1d32a76e0e4874.tar.gz nixos-config-57e34404a645907bdec38b5eec1d32a76e0e4874.tar.bz2 nixos-config-57e34404a645907bdec38b5eec1d32a76e0e4874.zip | |
XMonad+XMobar: add clickable workspaces
Diffstat (limited to '')
| -rw-r--r-- | hosts/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index bd5864f..df4d005 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -35,6 +35,7 @@ in paperkey openjdk8 virt-manager + xdotool#needed for xmobar clickable workspaces ] ++ (with pkgs.custom; [ smart-wallpaper |