unstable-small temporarily
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
||||
# nixpkgs-unstable-small
|
||||
# nixpkgs-unstable-small.url = "github:NixOS/nixpkgs/nixos-unstable-small";
|
||||
nixpkgs-unstable-small.url = "github:NixOS/nixpkgs/nixos-unstable-small";
|
||||
|
||||
# nixpgs
|
||||
# nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.05";
|
||||
@@ -54,7 +54,7 @@
|
||||
{
|
||||
self,
|
||||
nixpkgs-unstable,
|
||||
# nixpkgs-unstable-small,
|
||||
nixpkgs-unstable-small,
|
||||
# nixpkgs-stable,
|
||||
chaotic,
|
||||
lanzaboote,
|
||||
@@ -75,7 +75,7 @@
|
||||
|
||||
nixosConfigurations = {
|
||||
# Desktop
|
||||
"matt-nixos" = nixpkgs-unstable.lib.nixosSystem {
|
||||
"matt-nixos" = nixpkgs-unstable-small.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit inputs outputs;
|
||||
@@ -91,7 +91,7 @@
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.matt = import ./hosts/desktop/home.nix;
|
||||
home-manager.backupFileExtension = "bakup";
|
||||
home-manager.backupFileExtension = "backup";
|
||||
}
|
||||
|
||||
nixos-hardware.nixosModules.common-cpu-amd
|
||||
|
||||
Reference in New Issue
Block a user