diff options
-rw-r--r-- | home.nix | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1,11 +1,6 @@ { pkgs, config, ... }: { - programs.home-manager = { - enable = true; - path = ''https://github.com/rycee/home-manager/archive/master.tar.gz''; - }; - imports = [ # define options custom to this config ./custom.nix |