diff options
| author | Baitinq <[email protected]> | 2022-07-31 17:12:05 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-31 17:12:05 +0200 |
| commit | bcf6450aaa2026ba4f27b754dab8f412859424a3 (patch) | |
| tree | 9952e3ab39a7fbc36590df381798248fb6ffe0c6 | |
| parent | Change coreutils to uutils (diff) | |
| download | nixos-config-bcf6450aaa2026ba4f27b754dab8f412859424a3.tar.gz nixos-config-bcf6450aaa2026ba4f27b754dab8f412859424a3.tar.bz2 nixos-config-bcf6450aaa2026ba4f27b754dab8f412859424a3.zip | |
Packages: Add arandr
| -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 |