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 | be9705f4f42954916aaf0c94b17e3ae57a699ebe (patch) | |
| tree | cc9d1dfce4c249d785ed2f59e10f9301b3486b48 /hosts | |
| parent | XMonad: Add proper fullscreen capabilities (diff) | |
| download | nixos-config-be9705f4f42954916aaf0c94b17e3ae57a699ebe.tar.gz nixos-config-be9705f4f42954916aaf0c94b17e3ae57a699ebe.tar.bz2 nixos-config-be9705f4f42954916aaf0c94b17e3ae57a699ebe.zip | |
XMonad+XMobar: add clickable workspaces
Diffstat (limited to 'hosts')
| -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 |