diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-06-23 20:50:27 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-06-23 20:50:27 -0500 |
| commit | f5ef0cf848e65d4fea2be8dee7bc1c72ad67046f (patch) | |
| tree | a0e40d5cd417ea2e2bf12c4a30ecdcd27b345100 /hosts | |
| parent | 516af1635df84f9adb96d064f8fbd671ea09a758 (diff) | |
noctalia is kinda cool...
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/mercury/config.nix | 8 | ||||
| -rw-r--r-- | hosts/mercury/hjem.nix | 3 | ||||
| -rw-r--r-- | hosts/mercury/nixos.nix | 1 |
3 files changed, 6 insertions, 6 deletions
diff --git a/hosts/mercury/config.nix b/hosts/mercury/config.nix index b9882f6..a1faded 100644 --- a/hosts/mercury/config.nix +++ b/hosts/mercury/config.nix @@ -1,6 +1,6 @@ {config, ...}: { collinux = { - theme = "adwaita"; + theme = "catppuccin"; secrets = {}; @@ -9,7 +9,7 @@ desktop = { wallpaper = if (config.collinux.theme == "catppuccin") - then ./wallpapers/abstract-swirls.jpg + then ./wallpapers/astronaut.jpg else ./wallpapers/hintergrund2.png; gtk.enable = true; qt.enable = true; @@ -20,12 +20,12 @@ }; wm = { - sway.enable = true; + niri.enable = true; + # sway.enable = true; kdeDesktopPortal.enable = true; components = { fuzzel.enable = true; - dunst.enable = true; }; }; diff --git a/hosts/mercury/hjem.nix b/hosts/mercury/hjem.nix index 3625e7b..b1ca4d9 100644 --- a/hosts/mercury/hjem.nix +++ b/hosts/mercury/hjem.nix @@ -5,8 +5,7 @@ musescore (pkgs.callPackage ../../pkgs/obsidian.nix {}) - lmms # (?) - eq10q + noctalia-shell prismlauncher mpv diff --git a/hosts/mercury/nixos.nix b/hosts/mercury/nixos.nix index 25b5a91..764f6f5 100644 --- a/hosts/mercury/nixos.nix +++ b/hosts/mercury/nixos.nix @@ -14,6 +14,7 @@ facter.reportPath = ./facter.json; services.dbus.implementation = "broker"; + services.upower.enable = true; environment.defaultPackages = lib.mkForce []; # im not a noob |
