mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-24 23:53:09 +01:00
Update home.nix Move starship enable statements from inside hypridle configuration code section, to below where kitty is enabled to resolve hyprldle problem
This commit is contained in:
parent
b44fd2724b
commit
43a4c6fca5
@ -121,11 +121,7 @@ in
|
|||||||
after_sleep_cmd = "hyprctl dispatch dpms on";
|
after_sleep_cmd = "hyprctl dispatch dpms on";
|
||||||
ignore_dbus_inhibit = false;
|
ignore_dbus_inhibit = false;
|
||||||
lock_cmd = "hyprlock";
|
lock_cmd = "hyprlock";
|
||||||
starship = {
|
|
||||||
enable = true;
|
|
||||||
package = pkgs.starship;
|
|
||||||
};
|
};
|
||||||
};
|
|
||||||
listener = [
|
listener = [
|
||||||
{
|
{
|
||||||
timeout = 900;
|
timeout = 900;
|
||||||
@ -165,6 +161,10 @@ in
|
|||||||
inactive_tab_font_style bold
|
inactive_tab_font_style bold
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
starship = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.starship;
|
||||||
|
};
|
||||||
bash = {
|
bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user