diff options
author | sefidel <contact@sefidel.net> | 2023-10-21 20:41:37 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-10-21 20:41:37 +0900 |
commit | 92dd9f59caf965133ef8e4b2ad9b187fb75e4463 (patch) | |
tree | baf97006a3f28b10f900eb515f35e03a28513eb3 /nixos/alpha | |
parent | 5168a96077349759a3e9ebb59882960d9e8d939b (diff) | |
download | nixrc-92dd9f59caf965133ef8e4b2ad9b187fb75e4463.tar.gz nixrc-92dd9f59caf965133ef8e4b2ad9b187fb75e4463.zip |
feat(nixos/alpha): enable trayscale
Diffstat (limited to 'nixos/alpha')
-rw-r--r-- | nixos/alpha/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index b53fbd4..e1f0793 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -226,6 +226,7 @@ services.tailscale.enable = true; services.tailscale.useRoutingFeatures = "both"; + programs.trayscale.enable = true; services.greetd = { enable = true; |