make vnc server only apply to pc
This commit is contained in:
parent
a1f8a82d53
commit
171dd9fb9f
2 changed files with 5 additions and 1 deletions
2
home.nix
2
home.nix
|
@ -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";}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue