hosts/sarien: new theme

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-05-04 16:58:22 +03:00
parent b55a50ada8
commit a87f912600

View File

@ -1,8 +1,4 @@
{ {inputs, ...}: {
inputs,
pkgs,
...
}: {
imports = with inputs; [ imports = with inputs; [
self.nixosModules.desktop self.nixosModules.desktop
self.nixosModules.system self.nixosModules.system
@ -24,7 +20,7 @@
}; };
module.stylix = { module.stylix = {
enable = true; enable = true;
theme = "helios"; theme = "himalaya";
}; };
desktop.niri.enable = true; desktop.niri.enable = true;