non important commit
This commit is contained in:
parent
2010d4ca75
commit
ceaf00ed40
1 changed files with 4 additions and 8 deletions
|
|
@ -2,15 +2,11 @@
|
|||
qs_config = pkgs.callPackage ./quick_config/quick.nix {};
|
||||
in {
|
||||
environment.systemPackages = [pkgs.quickshell];
|
||||
|
||||
systemd.user.services.quickshell = {
|
||||
Unit = {
|
||||
Description = "quickshell desktop shell";
|
||||
After = ["graphical-session.target"];
|
||||
PartOf = ["graphical-session.target"];
|
||||
WantedBy = ["graphical-session.target"];
|
||||
};
|
||||
|
||||
description = "quickshell desktop shell";
|
||||
wantedBy = ["graphical-session.target"];
|
||||
partOf = ["graphical-session.target"];
|
||||
after = ["graphical-session.target"];
|
||||
serviceConfig = {
|
||||
ExecStart = "${pkgs.quickshell}/bin/qs -c ${qs_config}/shell.qml";
|
||||
Restart = "on-failure";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue