Regenerated
This commit is contained in:
+402
-404
File diff suppressed because it is too large
Load Diff
+2
-4
@@ -800,10 +800,6 @@ let
|
|||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
environment.systemPackages = [ transip-stack ];
|
environment.systemPackages = [ transip-stack ];
|
||||||
|
|
||||||
wayland.windowManager.hyprland.settings = {
|
|
||||||
exec-once = [ "transip-stack" ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
@@ -2996,7 +2992,9 @@ exec-once = ~/.config/awww/scripts/ws-daemon.sh
|
|||||||
exec-once = ~/.config/shared/scripts/numlock-check.sh
|
exec-once = ~/.config/shared/scripts/numlock-check.sh
|
||||||
exec-once = /run/current-system/sw/libexec/polkit-gnome-authentication-agent-1
|
exec-once = /run/current-system/sw/libexec/polkit-gnome-authentication-agent-1
|
||||||
exec-once = nextcloud --background
|
exec-once = nextcloud --background
|
||||||
|
exec-once = transip-stack
|
||||||
exec-once = waybar
|
exec-once = waybar
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** =generated/.config/hypr/hypridle.conf=
|
** =generated/.config/hypr/hypridle.conf=
|
||||||
|
|||||||
@@ -9,4 +9,5 @@ exec-once = ~/.config/awww/scripts/ws-daemon.sh
|
|||||||
exec-once = ~/.config/shared/scripts/numlock-check.sh
|
exec-once = ~/.config/shared/scripts/numlock-check.sh
|
||||||
exec-once = /run/current-system/sw/libexec/polkit-gnome-authentication-agent-1
|
exec-once = /run/current-system/sw/libexec/polkit-gnome-authentication-agent-1
|
||||||
exec-once = nextcloud --background
|
exec-once = nextcloud --background
|
||||||
|
exec-once = transip-stack
|
||||||
exec-once = waybar
|
exec-once = waybar
|
||||||
|
|||||||
@@ -13,8 +13,4 @@ let
|
|||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
environment.systemPackages = [ transip-stack ];
|
environment.systemPackages = [ transip-stack ];
|
||||||
|
|
||||||
wayland.windowManager.hyprland.settings = {
|
|
||||||
exec-once = [ "transip-stack" ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user