This commit is contained in:
2025-08-04 17:14:31 +03:00
parent 86732e91df
commit a31c1303c9
3 changed files with 2 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@
{
imports = with inputs; [
./essentials
(import ./options.nix { inherit inputs; })
# Flake modules
home-manager.nixosModules.home-manager # home-manager module
-1
View File
@@ -4,7 +4,6 @@
}:
{
imports = [
./options.nix
./packages.nix
./services.nix
./settings.nix
@@ -1,5 +1,6 @@
{
config,
lib,
...
}:
{