why
This commit is contained in:
parent
6daaef0025
commit
f416209832
2 changed files with 122 additions and 342 deletions
49
flake.nix
49
flake.nix
|
@ -10,7 +10,7 @@
|
|||
url = "github:Gerg-L/spicetify-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nixvim.url = "github:KaitoTLex/neovim-flake";
|
||||
nixvim.url = "github:kaitotlex/vix1";
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
@ -21,28 +21,29 @@
|
|||
}@inputs:
|
||||
{
|
||||
formatter."x86_64-linux" = nixpkgs.legacyPackages.x86_64-linux.nixfmt-rfc-style;
|
||||
nixosConfigurations.kuroko = nixpkgs.lib.nixosSystem{
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
};
|
||||
system= "x86_64-linux";
|
||||
modules = [
|
||||
./hosts/kuroko
|
||||
home-manager.nixosModules.home-manager{
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
backupFileExtension = "backup";
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
};
|
||||
users.kaitotlex = {
|
||||
imports = [ ./users/kaitotlex ];
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
nixosConfigurations.kuroko = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
};
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./hosts/kuroko
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
backupFileExtension = "backup";
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
};
|
||||
users.kaitotlex = {
|
||||
imports = [ ./users/kaitotlex ];
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
nixosConfigurations.shiroko = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
|
@ -50,7 +51,7 @@
|
|||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./hosts/shiroko
|
||||
|
||||
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue