This commit is contained in:
Parker TenBroeck 2026-05-22 22:12:31 -04:00
commit 0a62ab530d
30 changed files with 2420 additions and 0 deletions

8
modules/home-manager.nix Normal file
View file

@ -0,0 +1,8 @@
{
imports = [
(import ((builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/release-25.11.tar.gz") + "/nixos"))
];
home-manager.useUserPackages = true;
home-manager.useGlobalPkgs = true;
}