diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-09-28 15:20:25 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-09-28 15:20:25 +0530 | 
| commit | cab9134cfafbd7abbc6766384191f58c1ca9c16a (patch) | |
| tree | d6cce13c88e63f29b4ba49bb4d4f5b606d06484e /config/dwl.nix | |
| parent | 32fa47525533b73786d9b41e410a0e6106e18977 (diff) | |
update
Diffstat (limited to 'config/dwl.nix')
| -rw-r--r-- | config/dwl.nix | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/config/dwl.nix b/config/dwl.nix index 3a011b2..2d0ab0a 100644 --- a/config/dwl.nix +++ b/config/dwl.nix @@ -4,9 +4,5 @@ let    dwl = (pkgs.callPackage ../packages/dwl.nix {});    dwlb = (pkgs.callPackage ../packages/dwlb.nix {});  in { -  xdg.portal.enable = true; -  xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-wlr pkgs.xdg-desktop-portal ]; -  xdg.portal.config.common.default = "wlr"; -    home.packages = [ dwl dwlb ];  } | 
