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,
pkgs,
...
}: {
{inputs, ...}: {
imports = with inputs; [
self.nixosModules.desktop
self.nixosModules.system
@ -24,7 +20,7 @@
};
module.stylix = {
enable = true;
theme = "helios";
theme = "himalaya";
};
desktop.niri.enable = true;