Autostart is configurable

This commit is contained in:
2026-04-04 18:54:19 +02:00
parent 6fe61afbaa
commit ffd4894ab9
3 changed files with 151 additions and 130 deletions

View File

@@ -30,6 +30,13 @@
networking.networkmanager.enable = true;
networking.nameservers = [ "192.168.68.56" "1.1.1.1" "8.8.8.8" ];
home-manager.users.avravels.home.hyprland.execOnce = [
"waybar"
"[workspace 1 silent] kitty tmux"
"[workspace 1 silent] spotify"
"[workspace 2 silent] firefox"
];
networking.interfaces.enp130s0.wakeOnLan.enable = true;
networking.firewall.allowedUDPPorts = [ 9 ];