small update

This commit is contained in:
Bloxx12 2025-07-13 22:51:22 +02:00
commit b1490ec9a8
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
100 changed files with 187 additions and 1695 deletions

View file

@ -96,7 +96,7 @@ in {
symbols-only
;
inherit fancy-iosevka;
# inherit fancy-iosevka;
};
fontDir = {
# Whether to create a directory with links to all fonts in

View file

@ -1,7 +0,0 @@
_: {
imports = [
./colors.nix
./fonts.nix
./gtk.nix
];
}

View file

@ -20,9 +20,9 @@ Singleton {
}
readonly property QtObject border: QtObject {
readonly property int thickness: 8
readonly property int thickness: 0
readonly property color color: "#1e1e2e"
readonly property int rounding: 25
readonly property int rounding: 0
}
readonly property QtObject catppuccin: QtObject {