aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/mercury/config.nix8
-rw-r--r--hosts/mercury/hjem.nix3
-rw-r--r--hosts/mercury/nixos.nix1
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