This commit is contained in:
2023-04-12 20:32:07 +02:00
parent 10fbbc2654
commit 5f49dad06a
85 changed files with 5097 additions and 4 deletions

9
hosts/iriy/home.nix Executable file
View File

@@ -0,0 +1,9 @@
{config, pkgs, ...}:
{
imports = [
../_/home.nix
];
}