Compare commits

..

2 Commits

Author SHA1 Message Date
d002ca372e aaa 2026-02-14 19:26:56 +00:00
f4387c8865 meow 2026-02-14 19:26:55 +00:00
3 changed files with 4 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
includes = [
modules.nix
modules.tuigreet
<modules/common/laptop-power-management>
# <modules/common/laptop-power-management>
];
nixos =
{ pkgs, config, ... }:

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";
};
};
}