Minor fixes to configs

This commit is contained in:
2025-11-21 19:11:32 +01:00
parent cb59596e9f
commit f71052cf1f
2 changed files with 2 additions and 2 deletions

View File

@@ -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 = {

View File

@@ -10,7 +10,7 @@
exec-once = [
"waybar"
"swww init"
"swww-daemon"
"nm-applet --indicator"
];