revert unstable-small
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
# Home Manager
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable-small";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
|
||||
# Lanzaboote
|
||||
@@ -83,7 +83,7 @@
|
||||
|
||||
nixosConfigurations = {
|
||||
# Desktop
|
||||
"matt-nixos" = nixpkgs-unstable-small.lib.nixosSystem {
|
||||
"matt-nixos" = nixpkgs-unstable.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit inputs outputs;
|
||||
|
||||
@@ -21,6 +21,7 @@ in
|
||||
colloid-icon-theme
|
||||
ddcutil
|
||||
dunst
|
||||
egl-wayland
|
||||
glib
|
||||
gnome-tweaks
|
||||
gnome-disk-utility
|
||||
|
||||
Reference in New Issue
Block a user