This commit is contained in:
2026-02-14 19:20:50 +00:00
parent b5720666ea
commit f4387c8865
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ inputs, modules, ... }:
{
modules.sops = {
modules.sops.provides.server = {
nixos =
{ ... }:
{

View File

@@ -32,11 +32,12 @@
};
};
nixos =
{ ... }:
{ pkgs, ... }:
{
imports = [ inputs.stylix.nixosModules.stylix ];
stylix.enable = true;
stylix.autoEnable = false;
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml";
};
};
}