summaryrefslogtreecommitdiff
path: root/modules/wm_utils.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/wm_utils.nix')
-rw-r--r--modules/wm_utils.nix10
1 files changed, 6 insertions, 4 deletions
diff --git a/modules/wm_utils.nix b/modules/wm_utils.nix
index 1f1f417..e29b287 100644
--- a/modules/wm_utils.nix
+++ b/modules/wm_utils.nix
@@ -1,8 +1,6 @@
{ pkgs, ... }:
-let
- wbg = (pkgs.callPackage ../packages/wbg.nix {});
-in {
+{
environment.systemPackages = with pkgs; [
polkit_gnome
@@ -11,13 +9,17 @@ in {
inotify-tools
+ wbg
+
wirelesstools
pamixer
brightnessctl
networkmanagerapplet
+ grim
+ slurp
sway-launcher-desktop
- ] ++ [ wbg ];
+ ];
xdg.portal.enable = true;
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-wlr pkgs.xdg-desktop-portal ];