diff options
| author | Mel <einebeere@gmail.com> | 2025-01-11 00:27:10 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2025-01-11 00:27:10 +0100 |
| commit | d1661c1537713a1c3bcec702ba7fede5da4789d8 (patch) | |
| tree | 8e837697db8f209b1249b637a01b05827ddeac41 /modules/flatpak.nix | |
| parent | 3bd800a4560f89e8d8ca9586b99854b0ca51e2e5 (diff) | |
| download | minerals-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.nix | 2 |
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 ]); } |
