update some things
This commit is contained in:
parent
8f3117a58e
commit
fc51202293
9 changed files with 29 additions and 27 deletions
35
flake.nix
35
flake.nix
|
|
@ -58,23 +58,24 @@
|
|||
in {
|
||||
formatter = forAllSystems (system: nixpkgs.legacyPackages.${system}.alejandra);
|
||||
|
||||
nixosConfigurations = nixpkgs.lib.genAttrs hosts (host:
|
||||
nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs outputs lib;
|
||||
};
|
||||
modules = [
|
||||
./modules
|
||||
./dots
|
||||
./machines/${host}/configuration.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
agenix.nixosModules.default
|
||||
nix-hyprland.nixosModules.default
|
||||
{
|
||||
home-manager.sharedModules = [plasma-manager.homeModules.plasma-manager];
|
||||
}
|
||||
];
|
||||
}
|
||||
nixosConfigurations = nixpkgs.lib.genAttrs hosts (
|
||||
host:
|
||||
nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs outputs lib;
|
||||
};
|
||||
modules = [
|
||||
./modules
|
||||
./dots
|
||||
./machines/${host}/configuration.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
agenix.nixosModules.default
|
||||
nix-hyprland.nixosModules.default
|
||||
{
|
||||
home-manager.sharedModules = [plasma-manager.homeModules.plasma-manager];
|
||||
}
|
||||
];
|
||||
}
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue