fix formatting

This commit is contained in:
Melvin Ragusa
2026-02-03 11:14:57 +01:00
parent 5e91500f25
commit b53c2ecaa9
10 changed files with 147 additions and 93 deletions

View File

@@ -8,9 +8,9 @@
}:
{
# ─────────────────────────────────────────────────────────────
# Fonts
# ─────────────────────────────────────────────────────────────
# ═══════════════════════════════════════════════════════════════
# FONTS
# ═══════════════════════════════════════════════════════════════
fonts = {
packages = with pkgs; [
# Your existing fonts
@@ -57,9 +57,9 @@
};
};
# ─────────────────────────────────────────────────────────────
# GTK Theme
# ─────────────────────────────────────────────────────────────
# ═══════════════════════════════════════════════════════════════
# GTK THEME
# ═══════════════════════════════════════════════════════════════
environment.systemPackages = with pkgs; [
# GTK themes
adw-gtk3 # GTK3 theme matching libadwaita
@@ -79,18 +79,18 @@
nwg-look # GTK settings editor for Wayland
];
# ─────────────────────────────────────────────────────────────
# Cursor and Icon Paths
# ─────────────────────────────────────────────────────────────
# ═══════════════════════════════════════════════════════════════
# CURSOR & ICON PATHS
# ═══════════════════════════════════════════════════════════════
# NOTE: Session variables (GTK_THEME, XCURSOR_*, QT_QPA_PLATFORMTHEME)
# are consolidated in desktop.nix
# Ensure cursor themes are found
environment.pathsToLink = [ "/share/icons" ];
# ─────────────────────────────────────────────────────────────
# GTK Settings via dconf
# ─────────────────────────────────────────────────────────────
# ═══════════════════════════════════════════════════════════════
# GTK SETTINGS (DCONF)
# ═══════════════════════════════════════════════════════════════
# These can be overridden by the user with nwg-look or dconf-editor
# Default theme settings are applied per-user