feat: import horsch config

This commit is contained in:
Michael Mandl 2024-07-10 08:10:56 +02:00
parent 0cf5c3433e
commit 428b91c3d5
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2
45 changed files with 1510 additions and 0 deletions

View file

@ -29,6 +29,18 @@
theme = "dark";
};
};
"mmandl@NB11313" = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = [
./horsch/home.nix
];
extraSpecialArgs = {
username = "mmandl";
theme = "dark";
};
};
};
};
}