fixed flake format
This commit is contained in:
@@ -18,12 +18,12 @@
|
|||||||
outputs = { self, nixpkgs, home-manager, nixvim, ... }@inputs: {
|
outputs = { self, nixpkgs, home-manager, nixvim, ... }@inputs: {
|
||||||
homeConfigurations = {
|
homeConfigurations = {
|
||||||
rogueking = home-manager.lib.homeManagerConfiguration {
|
rogueking = home-manager.lib.homeManagerConfiguration {
|
||||||
system = "x86_64-linux";
|
|
||||||
homeDirectory = "/home/rogueking";
|
|
||||||
username = "rogueking";
|
|
||||||
configuration = { pkgs, lib, ... }: {
|
configuration = { pkgs, lib, ... }: {
|
||||||
imports = [ ./home-manager/home.nix];
|
imports = [ ./home-manager/home.nix];
|
||||||
};
|
};
|
||||||
|
system = "x86_64-linux";
|
||||||
|
homeDirectory = "/home/rogueking";
|
||||||
|
username = "rogueking";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user