feat: no hyprland update popup, fuck that
This commit is contained in:
parent
7825c4add2
commit
7797ae8b84
1 changed files with 5 additions and 1 deletions
|
|
@ -47,6 +47,10 @@
|
||||||
layout = "dwindle";
|
layout = "dwindle";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ecosystem = {
|
||||||
|
no_update_news = true;
|
||||||
|
};
|
||||||
|
|
||||||
debug = {
|
debug = {
|
||||||
disable_logs = false;
|
disable_logs = false;
|
||||||
};
|
};
|
||||||
|
|
@ -219,7 +223,7 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
plugins = with pkgs; [
|
plugins = with pkgs; [
|
||||||
hyprlandPlugins.hypr-dynamic-cursors
|
#hyprlandPlugins.hypr-dynamic-cursors
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue