Configure Mako

This commit is contained in:
Alexander
2026-04-06 10:36:02 +02:00
parent 658fb46ad8
commit 785c8671ec
5 changed files with 36 additions and 3 deletions
+1 -3
View File
@@ -45,7 +45,6 @@ in {
home-manager.users.fujin.config = {
home.packages = with pkgs; [
swww
mako
pipewire
wireplumber
libnotify
@@ -87,7 +86,6 @@ in {
];
exec-once = [
"mako"
"polkit-kde-agent"
"emacs --fg-daemon"
"hypridle"
@@ -97,7 +95,7 @@ in {
#"element-desktop"
"keepassxc"
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
] ++ lib.optionals hm-cfg.bar.waybar.enable [ "waybar" ];
] ++ lib.optionals hm-cfg.bar.waybar.enable [ "waybar" "mako" ];
"$mainMod" = "SUPER";