fixed flake format

This commit is contained in:
2025-01-17 00:40:41 -08:00
parent 53ceea37d7
commit c26161a21f

View File

@@ -17,14 +17,17 @@
outputs = { self, nixpkgs, home-manager, nixvim, ... }@inputs: { outputs = { self, nixpkgs, home-manager, nixvim, ... }@inputs: {
homeManagerConfigurations = { homeManagerConfigurations = {
rogueking = home-manager.lib.homeManagerConfiguration { pkgs = nixpkgs.legacyPackages.$x86_64-linux;
configuration = { pkgs, lib, ... }: { modules = [
imports = [ ./home-manager/home.nix]; ./home-manager/home.nix
}; {
system = "x86_64-linux"; home = {
homeDirectory = "/home/rogueking"; username = "rogueking";
username = "rogueking"; homeDirectory = "/home/rogueking";
}; stateVersion = "24.11";
};
}
];
}; };
}; };
} }