diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-31 17:12:05 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-31 17:12:05 +0200 |
commit | 0ee0e54f1bab392428c9e38b334c2f5d9cbfbd83 (patch) | |
tree | 2bbc9f11cd73fee0c08c6b9d93fd94f961c53da7 /hosts | |
parent | Change coreutils to uutils (diff) | |
download | nixos-config-0ee0e54f1bab392428c9e38b334c2f5d9cbfbd83.tar.gz nixos-config-0ee0e54f1bab392428c9e38b334c2f5d9cbfbd83.tar.bz2 nixos-config-0ee0e54f1bab392428c9e38b334c2f5d9cbfbd83.zip |
Packages: Add arandr
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 34a8b34..28f4d2d 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -30,6 +30,7 @@ in virt-manager xdotool #needed for xmobar clickable workspaces xlockmore + arandr ] ++ (with pkgs.custom; [ smart-wallpaper |