diff --git a/home/toast/programs/hyprland.nix b/home/toast/programs/hyprland.nix index c058d64..e948bf2 100644 --- a/home/toast/programs/hyprland.nix +++ b/home/toast/programs/hyprland.nix @@ -10,7 +10,7 @@ package = pkgs.hyprland; systemd.enable = false; settings = { - exec-once = [ "uwsm app -- firefox" "kime" ]; + exec-once = [ "uwsm app -- firefox" ]; "$terminal" = "uwsm app -- kitty"; "$fileManager" = "uwsm app -- thunar"; diff --git a/hosts/nixos/configuration.nix b/hosts/nixos/configuration.nix index 49eb17e..27681ad 100644 --- a/hosts/nixos/configuration.nix +++ b/hosts/nixos/configuration.nix @@ -88,7 +88,7 @@ enable = true; settings = { default_session = { - command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --remember --remember-session --sessions ${pkgs.hyprland}/share/wayland-sessions"; + command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --remember --remember-session"; user = "greeter"; }; };