This commit is contained in:
Daniel Olsen
2025-06-09 02:05:16 +02:00
parent 0d35606184
commit fa0dc92c7b
5 changed files with 48 additions and 46 deletions

View File

@@ -92,13 +92,13 @@ in
sxiv
eog
dolphin
kdePackages.dolphin
plasma5Packages.dolphin-plugins
ffmpegthumbs
kdePackages.ffmpegthumbs
plasma5Packages.kdegraphics-thumbnailers
plasma5Packages.kio
plasma5Packages.kio-extras
konsole # https://bugs.kde.org/show_bug.cgi?id=407990 reeee
kdePackages.konsole # https://bugs.kde.org/show_bug.cgi?id=407990 reeee
gedit
@@ -111,7 +111,7 @@ in
libreoffice
thunderbird
kdenlive
kdePackages.kdenlive
frei0r
audacity
# inkscape
@@ -336,7 +336,7 @@ in
home.sessionVariables = {
EDITOR = "hx";
GRZEGORZ_DEFAULT_API_BASE = "https://georg.pvv.ntnu.no/api";
GRZEGORZ_DEFAULT_API_BASE = "https://georg-backend.pvv.ntnu.no/api";
OLLAMA_HOST="100.64.0.19";
};

View File

@@ -147,11 +147,12 @@ in
gtk = {
enable = true;
theme = {
package = pkgs.breeze-gtk;
# package = pkgs.breeze-gtk;
package = pkgs.kdePackages.breeze-gtk;
name = "Breeze";
};
iconTheme = {
package = pkgs.breeze-icons;
package = pkgs.kdePackages.breeze-icons;
name = "breeze";
};
};
@@ -181,8 +182,8 @@ in
pkgs.source-code-pro
pkgs.breeze-qt5
pkgs.breeze-icons
pkgs.kdePackages.breeze-gtk
pkgs.kdePackages.breeze-icons
];
};
}