From ae5ecbb4199844b2b7883d99cd04ef468a03247d Mon Sep 17 00:00:00 2001 From: "Henry J. Webster" Date: Thu, 30 Jul 2026 19:14:09 -0500 Subject: refactor: shared desktop profile for enzo + kusanagi profiles/desktop.nix becomes a username-agnostic shared base (niri, dconf, the dark-theme portal fix, greetd, pipewire base, gpg agent, graphics, Firefox with blank-home/no-bookmarks prefs, common desktop tools, font base). Both hosts now import it. Per-host desktop config splits into machines//desktop.nix: - enzo: Adwaita cursor + monospace, HiDPI console font, yambar, hwebs groups. - kusanagi (new file): GNOME/X11, printing/avahi/udisks2, pro-audio (rtkit/jack/32-bit), gpg ssh support, richer fonts, Bibata cursor, henz desktop groups, waybar/nm-applet. Shared profile is username-agnostic (enzo=hwebs, kusanagi=henz): shared desktop tools moved to environment.systemPackages, per-user groups stay in machine files. Firefox now owned by the shared profile, so its redundant enable is dropped from profiles/apps.nix. Dark theme + Firefox tweaks now apply to both hosts. Both configurations build. Assisted-by: Claude:claude-opus-4-8 --- profiles/apps.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profiles/apps.nix') diff --git a/profiles/apps.nix b/profiles/apps.nix index 279ef03..84a23e9 100644 --- a/profiles/apps.nix +++ b/profiles/apps.nix @@ -3,7 +3,7 @@ { programs.steam.enable = true; - programs.firefox.enable = true; + # Firefox (with its prefs) is owned by the shared desktop profile. environment.systemPackages = with pkgs; [ itch -- cgit v1.3