aboutsummaryrefslogtreecommitdiff
path: root/hosts/mercury/config.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-06-23 20:50:27 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-06-23 20:50:27 -0500
commitf5ef0cf848e65d4fea2be8dee7bc1c72ad67046f (patch)
treea0e40d5cd417ea2e2bf12c4a30ecdcd27b345100 /hosts/mercury/config.nix
parent516af1635df84f9adb96d064f8fbd671ea09a758 (diff)
noctalia is kinda cool...
Diffstat (limited to 'hosts/mercury/config.nix')
-rw-r--r--hosts/mercury/config.nix8
1 files changed, 4 insertions, 4 deletions
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;
};
};