diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-19 15:22:53 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-19 15:22:53 -0600 |
| commit | 7fc4bb05905697e6a43fa3805da45768ea9a9858 (patch) | |
| tree | 8d2857bb18ea5808f254e663f6da654313ab94b1 /hosts/mercury/config.nix | |
| parent | 5a5b183373c3732d96bb834b3ba0fcf2e88e590f (diff) | |
| parent | cdad26dfda64e94d19db576e93793ded9434bd09 (diff) | |
merge from main
Diffstat (limited to 'hosts/mercury/config.nix')
| -rw-r--r-- | hosts/mercury/config.nix | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/hosts/mercury/config.nix b/hosts/mercury/config.nix index d5f0832..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; }; @@ -43,9 +50,10 @@ terminal = { shells.fish.enable = true; + shells.bash.enable = true; # for nix-shells programs = { - tmux.enable = true; + # tmux.enable = true; lazygit.enable = true; starship.enable = true; @@ -63,6 +71,7 @@ nh.enable = true; helix = { + theme = "kanagawa"; enable = true; hardMode = true; }; |
