removed unstable

This commit is contained in:
2026-03-10 20:56:00 +01:00
parent ac3dce1793
commit b11c30b270

View File

@@ -1,6 +1,6 @@
{ ... }: {
flake.nixosModules.gnome-sys-gnome-apps = { pkgs-unstable, ...}:{
environment.systemPackages = with pkgs-unstable; [
flake.nixosModules.gnome-sys-gnome-apps = { pkgs, ...}:{
environment.systemPackages = with pkgs; [
dconf-editor
adw-gtk3
refine