make vnc server only apply to pc

This commit is contained in:
insert 2024-07-29 10:58:22 -04:00
parent a1f8a82d53
commit 171dd9fb9f
Signed by: insert
GPG key ID: A70775C389ACF105
2 changed files with 5 additions and 1 deletions

View file

@ -297,7 +297,7 @@
}; };
startup = [ startup = [
# Launch Firefox on start # Launch Firefox on start
{command = "wayvnc 100.120.210.58";} {command = "nm-applet";}
{command = "swww-daemon";} {command = "swww-daemon";}
{command = "mako";} {command = "mako";}
{command = "exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway";} {command = "exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway";}

View file

@ -70,6 +70,7 @@
"*/.oldprofile" "*/.oldprofile"
"*/.steampath" "*/.steampath"
"*/mnt" "*/mnt"
"*/mnt2"
"*/.steampid" "*/.steampid"
"*/.zshenv" "*/.zshenv"
"*/.zshrc" "*/.zshrc"
@ -109,6 +110,9 @@
]; ];
home-manager.users.insert.wayland.windowManager.sway.config.modifier = "Mod1"; home-manager.users.insert.wayland.windowManager.sway.config.modifier = "Mod1";
home-manager.users.insert.wayland.windowManager.sway.config.startup = [
{command = "wayvnc 100.120.210.58";}
];
home-manager.users.insert.home.file.".config/hypr/hyprland.conf" = { home-manager.users.insert.home.file.".config/hypr/hyprland.conf" = {
text = ''autogenerated = 0 # remove this line to remove the warning text = ''autogenerated = 0 # remove this line to remove the warning