summary refs log tree commit diff
path: root/modules/flatpak.nix
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2025-01-11 00:27:10 +0100
committerMel <einebeere@gmail.com>2025-01-11 00:27:10 +0100
commitd1661c1537713a1c3bcec702ba7fede5da4789d8 (patch)
tree8e837697db8f209b1249b637a01b05827ddeac41 /modules/flatpak.nix
parent3bd800a4560f89e8d8ca9586b99854b0ca51e2e5 (diff)
downloadminerals-d1661c1537713a1c3bcec702ba7fede5da4789d8.tar.zst
minerals-d1661c1537713a1c3bcec702ba7fede5da4789d8.zip
Deal with minor 24.11 option deprecations and package scope changes
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'modules/flatpak.nix')
-rw-r--r--modules/flatpak.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/flatpak.nix b/modules/flatpak.nix
index 1751fcf..c21f572 100644
--- a/modules/flatpak.nix
+++ b/modules/flatpak.nix
@@ -7,6 +7,6 @@
 
   environment.systemPackages = (with pkgs; [
     # Add GUI for Flatpak installation.
-    gnome.gnome-software
+    gnome-software
   ]);
 }