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