From f71052cf1f99c06d229d93e4ecba4b3da8c88c51 Mon Sep 17 00:00:00 2001 From: Sayuop Date: Fri, 21 Nov 2025 19:11:32 +0100 Subject: [PATCH] Minor fixes to configs --- configuration.nix | 2 +- home/hyprland.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" ];