mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
swap lemp13 with garrus
This commit is contained in:
parent
872dca4be8
commit
8a3d5242ce
1 changed files with 0 additions and 30 deletions
30
flake.nix
30
flake.nix
|
@ -72,7 +72,6 @@
|
||||||
disko.nixosModules.disko
|
disko.nixosModules.disko
|
||||||
./disko-config.nix
|
./disko-config.nix
|
||||||
# ./gnome.nix
|
# ./gnome.nix
|
||||||
./garrus.nix
|
|
||||||
./configuration.nix
|
./configuration.nix
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
{
|
{
|
||||||
|
@ -81,35 +80,6 @@
|
||||||
home-manager.users.aaronh = import ./home.nix;
|
home-manager.users.aaronh = import ./home.nix;
|
||||||
}
|
}
|
||||||
nixos-hardware.nixosModules.system76
|
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
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
"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 = {
|
nix.settings = {
|
||||||
substituters = [ "https://cosmic.cachix.org/" ];
|
substituters = [ "https://cosmic.cachix.org/" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue