This commit is contained in:
Zastian Pretorius
2025-08-19 12:39:12 +01:00
parent a7b80b43a9
commit 14e37841c1
8 changed files with 75 additions and 118 deletions

View File

@@ -12,7 +12,8 @@ let
mod = "Alt";
terminal = "footclient";
fileManager = "dolphin";
runner = "${lib.getExe caelestia-cli} shell drawers toggle launcher";
#runner = "${lib.getExe caelestia-cli} shell drawers toggle launcher";
runner = "anyrun";
browser = "zen-beta";
editor = "emacsclient -c";
in
@@ -43,7 +44,6 @@ in
"${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"
"fcitx5 -d"
"foot -s"
"${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"
]
++ lib.optionals (config.home.username == "work") [
"thunderbird"

View File

@@ -12,8 +12,9 @@
portal = {
enable = true;
config.common.default = [
"hyprland"
"hyprland;kde"
"river"
"kde"
"gtk"
];
xdgOpenUsePortal = true;
@@ -21,6 +22,7 @@
xdg-desktop-portal-wlr
xdg-desktop-portal-gtk
xdg-desktop-portal-hyprland
kdePackages.xdg-desktop-portal-kde
];
};
mime.enable = true;