fixed flake format
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user