diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-08-17 20:48:18 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-08-17 20:48:18 -0500 |
| commit | 2b1c6161c5d2381cbfe224694dfb218aee0b6da1 (patch) | |
| tree | e51c7bd694d5ad27fb9e68e51f11aae4e8c57fcc /hosts/mercury/config.nix | |
| parent | e29dd8a2283399b7e046937340509d5aec4b52ba (diff) | |
something is seriously broken rn
Diffstat (limited to 'hosts/mercury/config.nix')
| -rw-r--r-- | hosts/mercury/config.nix | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/hosts/mercury/config.nix b/hosts/mercury/config.nix index ef383d7..923f7ff 100644 --- a/hosts/mercury/config.nix +++ b/hosts/mercury/config.nix @@ -1,4 +1,8 @@ -{config, ...}: { +{ + config, + pkgs, + ... +}: { collinux = { theme = "catppuccin"; @@ -12,30 +16,25 @@ user.useRun0 = true; desktop = { - wallpaper = - if (config.collinux.theme == "catppuccin") - then ./wallpapers/astronaut.jpg - else ./wallpapers/hintergrund2.png; + wallpaper = "${pkgs.gnome-backgrounds}/share/backgrounds/gnome/blobs-d.svg"; + gtk.enable = true; qt.enable = true; greetd = { enable = true; autologin.enable = true; - # cosmic-greeter.enable = true; }; wm = { niri.enable = true; kdeDesktopPortal.enable = true; - components.fuzzel.enable = true; # noctalia launcher SUCKS }; programs = { firefox.enable = true; research.enable = true; - foot.enable = true; }; }; @@ -47,7 +46,7 @@ secureBoot.enable = true; }; - network.wireless.dynamic = true; + # network.wireless.dynamic = true; audio.enable = true; bluetooth.enable = true; |
