This commit is contained in:
2026-08-02 01:38:50 +01:00
parent b8c6862880
commit 47c31cc539
12 changed files with 321 additions and 229 deletions
+5
View File
@@ -11,12 +11,17 @@
{
programs.quickshell = {
systemd.enable = true;
systemd.target = "hyprland-session.target";
enable = true;
activeConfig = "main";
configs = {
main = config.lib.file.mkOutOfStoreSymlink "/home/doloro/dotfiles/config/modules/quickshell/quickshell";
};
};
# systemd.user.services.quickshell = {
# partOf = [ "hyprland-session.target" ];
# after = [ "hyprland-session.target" ];
# };
};
};
}