diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-20 07:49:56 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-20 07:53:22 -0600 |
| commit | 70f702c6fd33454aebc4a266789fc5bf7e77e960 (patch) | |
| tree | afd021e65acab4ed2cde532b3eb914bfc6cb9ff9 /hosts/mercury/config.nix | |
| parent | 26533470d5eebca67519c0a0ce797bedfb6a5e25 (diff) | |
age + other various changes
Diffstat (limited to 'hosts/mercury/config.nix')
| -rw-r--r-- | hosts/mercury/config.nix | 22 |
1 files changed, 4 insertions, 18 deletions
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; }; }; |
