Merge branch 'dwilliam62-main-patch-96342' into 'main'

Update home.nix   Move starship enable statements  from inside hypridle...

See merge request Zaney/zaneyos!54
This commit is contained in:
Tyler Kelley 2024-07-30 23:03:02 +00:00
commit 206f889d96

View File

@ -121,11 +121,7 @@ in
after_sleep_cmd = "hyprctl dispatch dpms on";
ignore_dbus_inhibit = false;
lock_cmd = "hyprlock";
starship = {
enable = true;
package = pkgs.starship;
};
};
listener = [
{
timeout = 900;
@ -165,6 +161,10 @@ in
inactive_tab_font_style bold
'';
};
starship = {
enable = true;
package = pkgs.starship;
};
bash = {
enable = true;
enableCompletion = true;