fixing home-manager

This commit is contained in:
cnst
2024-07-30 21:54:38 +02:00
parent 7e6787ff38
commit df6ddf3644
6 changed files with 34 additions and 30 deletions

View File

@@ -27,10 +27,4 @@
# let HM manage itself when in standalone mode
programs.home-manager.enable = true;
nixpkgs.overlays = [
(final: prev: {
lib = prev.lib // {colors = import "${self}/lib/colors" lib;};
})
];
}