feat(home): add trayscale
This commit is contained in:
parent
8252e62c0c
commit
e60d1ebeb0
3 changed files with 14 additions and 0 deletions
home
12
home/tailscale.nix
Normal file
12
home/tailscale.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
trayscale
|
||||
(pkgs.makeAutostartItem {
|
||||
name = "dev.deedles.Trayscale";
|
||||
package = pkgs.trayscale;
|
||||
# extraArgs = ["--hide-window"];
|
||||
})
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue