refactor(home): switch to home-manager service for trayscale
All checks were successful
Test / tests (push) Successful in 10m27s
All checks were successful
Test / tests (push) Successful in 10m27s
This commit is contained in:
parent
3e52c2b922
commit
c8e67545d0
1 changed files with 4 additions and 8 deletions
|
@ -1,12 +1,8 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
services.trayscale = {
|
||||||
unstable.trayscale
|
enable = true;
|
||||||
(makeAutostartItem {
|
package = pkgs.unstable.trayscale;
|
||||||
name = "dev.deedles.Trayscale";
|
};
|
||||||
package = unstable.trayscale;
|
|
||||||
prependExtraArgs = [ "--hide-window" ];
|
|
||||||
})
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue