fix formatting
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user