Home Gen509 @ 2025-05-03-15:04 by jonas@comfy-station

This commit is contained in:
Jonas Röger 2025-05-03 15:05:43 +02:00
parent 31a51c89c3
commit 9310353fd2
6 changed files with 0 additions and 53 deletions

View File

@ -1,20 +0,0 @@
{
config,
pkgs,
...
}: {
gtk = {
cursorTheme = {
package = pkgs.nordzy-cursor-theme;
name = "Nordzy-cursors";
};
theme = {
package = pkgs.nordic;
name = "Nordic";
};
iconTheme = {
package = pkgs.tela-circle-icon-theme;
name = "Tela-circle-nord";
};
};
}

View File

@ -1,6 +0,0 @@
{...}: {
imports = [
./config.nix
./gtk.nix
];
}

View File

@ -1,3 +0,0 @@
{config, ...}: {
gtk.enable = true;
}

View File

@ -1,7 +0,0 @@
{
config,
pkgs,
...
}: {
qt.style.name = "kvantum";
}

View File

@ -1,6 +0,0 @@
{...}: {
imports = [
./config.nix
./qt.nix
];
}

View File

@ -1,11 +0,0 @@
{
config,
pkgs,
...
}: {
qt.enable = true;
home.packages = [
pkgs.utterly-nord-plasma
pkgs.libsForQt5.qtstyleplugin-kvantum
];
}