various tweaks, bw->kpxc temporarily

This commit is contained in:
atagen 2025-09-09 08:05:23 +10:00
parent e06ce60bfe
commit 6b2b079a18
15 changed files with 180 additions and 157 deletions

View file

@ -17,24 +17,9 @@ in
inherit (pkgs) wl-clipboard quickshell;
};
systemd.user.services.quickshell = {
environment.PATH = lib.mkForce "/run/current-system/sw/bin:/run/current-system/sw/sbin:/etc/profiles/per-user/bolt/bin:/etc/profiles/per-user/bolt/sbin";
unitConfig = {
Description = "Quickshell";
Requires = [
"graphical-session.target"
];
After = [
"graphical-session.target"
"niri.target"
];
};
wantedBy = [ "graphical-session.target" ];
serviceConfig.ExecStart = "${getExe pkgs.quickshell}";
};
quick.services = {
swaync = "${getExe pkgs.swaynotificationcenter}";
quickshell = "${getExe pkgs.quickshell}";
swayidle =
let
niri = getFlakePkg' inputs.niri "niri-unstable";