diff --git a/flake.nix b/flake.nix index 80ec2bc..987d7e9 100644 --- a/flake.nix +++ b/flake.nix @@ -18,12 +18,12 @@ outputs = { self, nixpkgs, home-manager, nixvim, ... }@inputs: { homeConfigurations = { rogueking = home-manager.lib.homeManagerConfiguration { - system = "x86_64-linux"; - homeDirectory = "/home/rogueking"; - username = "rogueking"; configuration = { pkgs, lib, ... }: { imports = [ ./home-manager/home.nix]; }; + system = "x86_64-linux"; + homeDirectory = "/home/rogueking"; + username = "rogueking"; }; }; };