diff --git a/flake.nix b/flake.nix index e56f07f..fa8ca6a 100644 --- a/flake.nix +++ b/flake.nix @@ -52,13 +52,14 @@ homeManagerConfiguration = { speccon18 = home-manager.lib.homeManagerConfiguration { pkgs = nixpkgs.legacyPackages.x86_64-linux; - username = "speccon18"; - homeDirectory = "/home/speccon18"; - configuration = { - imports = [ - ./.hm-modules/home-manager.nix - ]; - }; + modules = [ ./hm-modules/home-manager.nix]; + # username = "speccon18"; + # homeDirectory = "/home/speccon18"; + # configuration = { + # imports = [ + # ./.hm-modules/home-manager.nix + # ]; + # }; }; }; };