diff options
| author | Grigory Shipunov | 2022-09-27 01:16:19 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-09-28 21:41:48 +0200 |
| commit | e8ed378623f3483d7a415f06a0c98b4a537beca0 (patch) | |
| tree | dca7dd9d1ed2ce849a420a4988c662afef20d4f0 /modules/graphical.nix | |
| parent | 22504fc7c5e1affd12c2e3254d2457c30193d4c7 (diff) | |
nix flake update
Diffstat (limited to 'modules/graphical.nix')
| -rw-r--r-- | modules/graphical.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/graphical.nix b/modules/graphical.nix index 3aeb97e..6a6aa1f 100644 --- a/modules/graphical.nix +++ b/modules/graphical.nix @@ -8,6 +8,7 @@ screen-message qbittorrent dino + gajim imv mpv zathura @@ -80,7 +81,7 @@ hardware.bluetooth = { enable = true; - package = pkgs.bluezFull; + package = pkgs.bluez; }; programs.zsh.vteIntegration = true; @@ -113,7 +114,7 @@ rofi-wayland grim slurp - gnome3.adwaita-icon-theme + gnome.adwaita-icon-theme i3status-rust ]; }; |
