diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-02-03 14:18:32 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-02-03 14:18:32 +0530 | 
| commit | 62c6e3038af1e360af462c928d28d049070e113f (patch) | |
| tree | dad053a5e3cd8035e62676aa3df5404fd4a03894 /modules/wm_utils.nix | |
| parent | 9881f2cb777a54483c4b2932b45ccc13332a57d9 (diff) | |
update
Diffstat (limited to '')
| -rw-r--r-- | modules/wm_utils.nix | 10 | 
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 ]; | 
