wm/portal.mod.nix: cleanup, add kwallet
This commit is contained in:
parent
598e92640e
commit
dee3cc7745
1 changed files with 2 additions and 9 deletions
|
@ -19,17 +19,10 @@ in {
|
|||
[
|
||||
pkgs.xdg-desktop-portal-gtk
|
||||
pkgs.kdePackages.xdg-desktop-portal-kde
|
||||
]
|
||||
++ (
|
||||
optional config.programs.niri.enable
|
||||
pkgs.kdePackages.kwallet
|
||||
pkgs.xdg-desktop-portal-gnome
|
||||
)
|
||||
++ (
|
||||
optional config.programs.hyprland.enable
|
||||
pkgs.xdg-desktop-portal-hyprland
|
||||
);
|
||||
];
|
||||
config = {
|
||||
hyprland.default = mkIf config.programs.hyprland.enable ["*"];
|
||||
niri = {
|
||||
default = [
|
||||
"gnome"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue