flake updated

This commit is contained in:
2025-08-05 18:10:07 +03:00
parent d2723fac00
commit af49875f2a
4 changed files with 34 additions and 21 deletions
+1
View File
@@ -8,6 +8,7 @@
./essentials
./users.nix
./options.nix
./temp.nix
#(import ./options.nix { inherit lib inputs; }) # Options
home-manager.nixosModules.home-manager # home-manager module
+9
View File
@@ -0,0 +1,9 @@
{
config,
...
}:
{
# nixpkgs.config.permittedInsecurePackages = [
# "libsoup-2.74.3"
# ];
}