From cdad26dfda64e94d19db576e93793ded9434bd09 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Sun, 30 Nov 2025 16:35:17 -0600 Subject: changes from a long time ago. --- hosts/mercury/config.nix | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'hosts/mercury/config.nix') diff --git a/hosts/mercury/config.nix b/hosts/mercury/config.nix index d72277a..268c767 100644 --- a/hosts/mercury/config.nix +++ b/hosts/mercury/config.nix @@ -1,6 +1,6 @@ -{ +{pkgs, ...}: { collinux = { - theme = "catppuccin"; + theme = "kanagawa"; user = { name = "collin"; @@ -8,21 +8,28 @@ }; desktop = { - wallpaper = ./wallpaper.jpg; + # wallpaper = ./wallpaper.jpg; + # wallpaper = ./hintergrund2.png; + # wallpaper = ./kanagawa.jpg; + wallpaper = ./riverboats.png; - gtk.enable = true; + # gtk.enable = true; greetd.enable = true; - sway = { - enable = true; + wm = { + # sway.enable = true; + niri.enable = true; components.fuzzel.enable = true; components.dunst.enable = true; }; programs = { firefox.enable = true; - foot.enable = true; + foot = { + theme = "kanagawa"; + enable = true; + }; research.enable = true; }; @@ -46,7 +53,7 @@ shells.bash.enable = true; # for nix-shells programs = { - tmux.enable = true; + # tmux.enable = true; lazygit.enable = true; starship.enable = true; @@ -64,6 +71,7 @@ nh.enable = true; helix = { + theme = "kanagawa"; enable = true; hardMode = true; }; -- cgit v1.3.1