fkdsah
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user