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