This commit is contained in:
atagen 2025-08-22 13:45:43 +10:00
commit 1a889adea2
11 changed files with 107 additions and 301 deletions

View file

@ -37,10 +37,7 @@ in
];
};
wantedBy = [ "graphical-session.target" ];
serviceConfig.ExecStart = "${getExe' (inputs.quickshell.packages.${pkgs.system}.default.override {
withHyprland = false;
withI3 = false;
}) "qs"}";
serviceConfig.ExecStart = "${getExe pkgs.quickshell}";
};
quick.services = {