Personal Nix setup
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Disable logs of Hyprland on boot

+1 -1
+1 -1
modules/desktop/session.nix
··· 39 39 } 40 40 ''; 41 41 hyprland_shell = pkgs.writeShellScript "hyprland-shell" '' 42 - exec ${pkgs.hyprland}/bin/Hyprland 42 + exec systemd-cat -t hyprland ${pkgs.hyprland}/bin/Hyprland 43 43 ''; 44 44 hyprland_login = pkgs.writeShellScript "hyprland-login" '' 45 45 exec ${pkgs.hyprland}/bin/Hyprland --config ${hyprland_config};