fixing xdg stuff
This commit is contained in:
parent
920e808b48
commit
2ddee8ad5a
3 changed files with 12 additions and 5 deletions
|
@ -29,7 +29,7 @@
|
|||
profiling = false;
|
||||
extraAliases = {
|
||||
cls = "clear";
|
||||
|
||||
Hyprland = "dbus-run-session Hyprland";
|
||||
};
|
||||
ohmyzsh = {
|
||||
enable = true;
|
||||
|
|
|
@ -38,11 +38,16 @@ in {
|
|||
GTK_USE_PORTAL = "1";
|
||||
NIXOS_XDG_OPEN_USE_PORTAL = "1";
|
||||
};
|
||||
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
|
||||
xdg.portal.wlr.enable = true;
|
||||
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
xdg.portal.config.common.default = "gtk";
|
||||
|
||||
xdg.portal.lxqt.enable = false;
|
||||
systemd.user.services.xdg-desktop-portal-gnome.enable = false;
|
||||
|
||||
|
|
|
@ -53,6 +53,8 @@ in {
|
|||
wl-clipboard
|
||||
pavucontrol
|
||||
wofi
|
||||
dolphin
|
||||
xdg-utils # xdg-mime script
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue