mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
add lemp13 to flake.nix
This commit is contained in:
parent
f0ba111bbc
commit
297c95f5c5
1 changed files with 28 additions and 0 deletions
28
flake.nix
28
flake.nix
|
@ -92,6 +92,34 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"lemp13" = nixpkgs.lib.nixosSystem {
|
||||||
|
system = "x86_64-linux";
|
||||||
|
specialArgs = { inherit inputs; };
|
||||||
|
modules = [
|
||||||
|
# Add Disko for disk management
|
||||||
|
disko.nixosModules.disko
|
||||||
|
./disko-config.nix
|
||||||
|
# ./gnome.nix
|
||||||
|
./lemp13.nix
|
||||||
|
./configuration.nix
|
||||||
|
home-manager.nixosModules.home-manager
|
||||||
|
{
|
||||||
|
home-manager.useGlobalPkgs = true;
|
||||||
|
home-manager.useUserPackages = true;
|
||||||
|
home-manager.users.aaronh = import ./home.nix;
|
||||||
|
}
|
||||||
|
nixos-hardware.nixosModules.system76
|
||||||
|
#nixos-hardware.nixosModules.system76-galp5-1650
|
||||||
|
{
|
||||||
|
nix.settings = {
|
||||||
|
substituters = [ "https://cosmic.cachix.org/" ];
|
||||||
|
trusted-public-keys = [ "cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE=" ];
|
||||||
|
};
|
||||||
|
}
|
||||||
|
nixos-cosmic.nixosModules.default
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
"drack" = nixpkgs.lib.nixosSystem {
|
"drack" = nixpkgs.lib.nixosSystem {
|
||||||
system = "aarch64-linux";
|
system = "aarch64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue