[nixbox] Add tailscale.

This commit is contained in:
jmug
2026-01-21 21:01:52 -08:00
parent d324da36c3
commit 8a56edb117
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -10,6 +10,7 @@
# Screenshots.
home.packages = with pkgs; [
wl-clipboard
hyprshot
];
# Notifications daemon.
@@ -34,6 +35,8 @@
exec-once = [
"sway-audio-idle-inhibit" # TODO: Check if it can be conditional on the package existing.
# TODO: This should be hidden under an option.
"tailscale-systray"
];
general = {
@@ -100,6 +103,7 @@
misc = {
force_default_wallpaper = 1; # Set to 0 or 1 to disable the anime mascot wallpapers
disable_hyprland_logo = true; # If true disables the random hyprland logo / anime girl background. :(
allow_session_lock_restore = true;
};
# https://wiki.hyprland.org/Configuring/Variables/#input
@@ -132,6 +136,7 @@
"$mainMod, return, exec, $terminal"
"$mainMod, Q, killactive,"
"$mainMod SHIFT, Q, exit,"
"$mainMod, F, fullscreen, 0 toggle"
# "$mainMod, E, exec, $fileManager"
# "$mainMod, V, togglefloating,"
"$mainMod SHIFT, P, exec, hyprshot -m region"
+5
View File
@@ -105,6 +105,9 @@ in
# Idling
sway-audio-idle-inhibit
logiops
# networking.
tailscale
tailscale-systray
];
environment.pathsToLink = [ "/share/applications" "/share/xdg-desktop-portal" ];
fonts = {
@@ -207,6 +210,8 @@ in
};
};
services.tailscale.enable = true;
security.pam.services.hyprlock = {};
programs.hyprland = {
enable = true;