From 70f702c6fd33454aebc4a266789fc5bf7e77e960 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Sat, 20 Dec 2025 07:49:56 -0600 Subject: age + other various changes --- hosts/mercury/config.nix | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) (limited to 'hosts/mercury/config.nix') diff --git a/hosts/mercury/config.nix b/hosts/mercury/config.nix index 268c767..c5db215 100644 --- a/hosts/mercury/config.nix +++ b/hosts/mercury/config.nix @@ -1,17 +1,10 @@ {pkgs, ...}: { collinux = { - theme = "kanagawa"; - - user = { - name = "collin"; - password = "$y$j9T$08yFysn8jr9K4Wk.hYXbG0$NzY9vIbNknJViA..Jw.vF8wmQtBgEZZU.cdLQOmDvU2"; - }; + theme = "catppuccin"; + user.name = "collin"; desktop = { - # wallpaper = ./wallpaper.jpg; - # wallpaper = ./hintergrund2.png; - # wallpaper = ./kanagawa.jpg; - wallpaper = ./riverboats.png; + wallpaper = ./wallpaper.jpg; # gtk.enable = true; @@ -26,10 +19,7 @@ programs = { firefox.enable = true; - foot = { - theme = "kanagawa"; - enable = true; - }; + foot.enable = true; research.enable = true; }; @@ -53,7 +43,6 @@ shells.bash.enable = true; # for nix-shells programs = { - # tmux.enable = true; lazygit.enable = true; starship.enable = true; @@ -67,11 +56,9 @@ userEmail = "96917990+bluedragon1221@users.noreply.github.com"; }; - cmus.enable = true; nh.enable = true; helix = { - theme = "kanagawa"; enable = true; hardMode = true; }; @@ -80,7 +67,6 @@ boot = { systemd-boot.enable = true; - # plymouth.enable = true; secureBoot.enable = true; }; }; -- cgit v1.3.1