mirror of
https://github.com/blahai/nyx.git
synced 2025-02-23 20:38:55 -05:00
8 lines
131 B
Nix
8 lines
131 B
Nix
{ pkgs, ... }: {
|
|
services.tailscale = {
|
|
enable = true;
|
|
};
|
|
environment.systemPackages = with pkgs; [
|
|
trayscale
|
|
];
|
|
}
|