1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

chore: use home manager fork with fix for VM

This commit is contained in:
oddlama 2025-03-22 19:24:09 +01:00
parent 3b37b304fd
commit df9985693a
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 7 additions and 6 deletions

View file

@ -29,7 +29,8 @@
flake-parts.url = "github:hercules-ci/flake-parts";
home-manager = {
url = "github:nix-community/home-manager";
# FIXME: only using a fork to fix https://github.com/nix-community/home-manager/issues/6638
url = "github:oddlama/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};