test
This commit is contained in:
parent
6d46f5965a
commit
fbcb0310f1
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
path = [ pkgs.at pkgs.fx pkgs.nodejs ];
|
path = [ pkgs.at pkgs.fx pkgs.nodejs ];
|
||||||
script = ''
|
script = ''
|
||||||
plasma-apply-colorscheme -platform offscreen Arc
|
/run/current-system/sw/bin/plasma-apply-colorscheme -platform offscreen Arc
|
||||||
'';
|
'';
|
||||||
serviceConfig.Type = "oneshot";
|
serviceConfig.Type = "oneshot";
|
||||||
};
|
};
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
path = [ pkgs.at pkgs.fx pkgs.nodejs ];
|
path = [ pkgs.at pkgs.fx pkgs.nodejs ];
|
||||||
script = ''
|
script = ''
|
||||||
plasma-apply-colorscheme -platform offscreen ArcDark
|
/run/current-system/sw/bin/plasma-apply-colorscheme -platform offscreen ArcDark
|
||||||
'';
|
'';
|
||||||
serviceConfig.Type = "oneshot";
|
serviceConfig.Type = "oneshot";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue