wm changes

This commit is contained in:
Bryan Ramos 2024-12-10 21:31:16 -05:00
parent 6bfd5d2047
commit f5bcebf6e7
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
4 changed files with 137 additions and 107 deletions

View file

@ -204,12 +204,14 @@ in
platformTheme.name = "gtk";
};
xdg.portal = {
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-hyprland
];
config.common.default = "*";
xdg = {
portal = {
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-hyprland
];
config.common.default = "*";
};
};
programs = {