compat: update nixos options
This commit is contained in:
parent
3b4a6dee11
commit
6b2461e63a
2 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,7 @@
|
|||
{ pkgs, lib, quickshell-toki-night, ... }:
|
||||
{
|
||||
let
|
||||
quickshell = quickshell-toki-night.packages.${pkgs.stdenv.hostPlatform.system}.default;
|
||||
in {
|
||||
systemd.user.services.quickshell = {
|
||||
Install.WantedBy = [ "graphical-session.target" ];
|
||||
|
||||
|
|
@ -10,6 +12,6 @@
|
|||
PartOf = [ "graphical-session.target" ];
|
||||
};
|
||||
|
||||
Service.ExecStart = lib.getExe quickshell-toki-night.packages.${pkgs.system}.default;
|
||||
Service.ExecStart = lib.getExe quickshell;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue