add enoko hm config

This commit is contained in:
insects 2024-08-08 13:22:56 +02:00
parent 4675d6db52
commit def4a69b5d
5 changed files with 32 additions and 0 deletions

View file

@ -56,6 +56,14 @@
./home-manager/home.nix
];
};
"${username}@enoko" = lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.x86_64-linux;
extraSpecialArgs = { inherit inputs outputs username; };
modules = [
./home-manager/home.nix
];
};
};
};
}