fixed flake format

This commit is contained in:
2025-01-17 00:12:03 -08:00
parent 34178ce1e8
commit b5810551c0

View File

@@ -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";
};
};
};