diff --git a/configuration.nix b/configuration.nix index f0fed9d..2f16419 100644 --- a/configuration.nix +++ b/configuration.nix @@ -53,7 +53,7 @@ enable = true; settings = { default_session = { - command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd Hyprland"; + command = "${pkgs.tuigreet}/bin/tuigreet --time --cmd Hyprland"; user = "YOURUSERNAME"; }; initial_session = { diff --git a/home/hyprland.nix b/home/hyprland.nix index dabc753..202c93f 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -10,7 +10,7 @@ exec-once = [ "waybar" - "swww init" + "swww-daemon" "nm-applet --indicator" ];