Regenerated

This commit is contained in:
2026-03-25 12:57:10 +00:00
parent db169bce29
commit b0c7440b04
2 changed files with 4 additions and 4 deletions
@@ -1,4 +1,4 @@
{ lib, config, pkgs, flakeRoot, inputs,... }:
{ lib, config, pkgs, flakeRoot, ... }:
let
username = config.defaultUser or "henrov";
@@ -44,7 +44,7 @@ in
};
imports = [
inputs.stylix.nixosModules.stylix
stylix.nixosModules.stylix
];
############################