From f5ef0cf848e65d4fea2be8dee7bc1c72ad67046f Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Tue, 23 Jun 2026 20:50:27 -0500 Subject: noctalia is kinda cool... --- hosts/mercury/config.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'hosts/mercury/config.nix') diff --git a/hosts/mercury/config.nix b/hosts/mercury/config.nix index b9882f6..a1faded 100644 --- a/hosts/mercury/config.nix +++ b/hosts/mercury/config.nix @@ -1,6 +1,6 @@ {config, ...}: { collinux = { - theme = "adwaita"; + theme = "catppuccin"; secrets = {}; @@ -9,7 +9,7 @@ desktop = { wallpaper = if (config.collinux.theme == "catppuccin") - then ./wallpapers/abstract-swirls.jpg + then ./wallpapers/astronaut.jpg else ./wallpapers/hintergrund2.png; gtk.enable = true; qt.enable = true; @@ -20,12 +20,12 @@ }; wm = { - sway.enable = true; + niri.enable = true; + # sway.enable = true; kdeDesktopPortal.enable = true; components = { fuzzel.enable = true; - dunst.enable = true; }; }; -- cgit v1.3.1