⬆️ [shared] Upgrade to NixOS 25.05

This commit is contained in:
2025-05-26 20:27:34 +02:00
parent 53329b8d1c
commit fc89c377e8
14 changed files with 58 additions and 63 deletions

View File

@ -19,7 +19,7 @@
fontSize = 14;
in
{
assistant = {
agent = {
default_model = {
provider = "ollama";
model = "deepseek-r1:8b";

View File

@ -78,7 +78,7 @@
fail_color = "${theme.redRgb}";
fail_text = "<i>$FAIL <b>($ATTEMPTS)</b></i>";
capslock_color = "${theme.yellowRgb}";
position = "0, -47"; # TODO change to use % at 25.05
position = "0, -5%";
halign = "center";
valign = "center";
};

View File

@ -9,6 +9,11 @@ let
in
{
wayland.windowManager.hyprland.settings = {
ecosystem = {
no_update_news = true;
no_donation_nag = true;
};
monitor = [
", preferred, auto, 1"
];