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 {};
|
qs_config = pkgs.callPackage ./quick_config/quick.nix {};
|
||||||
in {
|
in {
|
||||||
environment.systemPackages = [pkgs.quickshell];
|
environment.systemPackages = [pkgs.quickshell];
|
||||||
|
|
||||||
systemd.user.services.quickshell = {
|
systemd.user.services.quickshell = {
|
||||||
Unit = {
|
description = "quickshell desktop shell";
|
||||||
Description = "quickshell desktop shell";
|
wantedBy = ["graphical-session.target"];
|
||||||
After = ["graphical-session.target"];
|
partOf = ["graphical-session.target"];
|
||||||
PartOf = ["graphical-session.target"];
|
after = ["graphical-session.target"];
|
||||||
WantedBy = ["graphical-session.target"];
|
|
||||||
};
|
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = "${pkgs.quickshell}/bin/qs -c ${qs_config}/shell.qml";
|
ExecStart = "${pkgs.quickshell}/bin/qs -c ${qs_config}/shell.qml";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue