summaryrefslogtreecommitdiff
path: root/modules/graphical.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/graphical.nix')
-rw-r--r--modules/graphical.nix5
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
];
};