Update flatpaks.nix

This commit is contained in:
ediblerope 2025-12-19 09:31:22 +00:00 committed by GitHub
parent 801e6d6678
commit fadec133a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,15 @@
# flatpaks.nix
{ config, pkgs, ... }: { config, pkgs, ... }:
let
# This fetches the code directly from GitHub without needing a 'channel'
nix-flatpak = builtins.fetchTarball {
url = "https://github.com/gmodena/nix-flatpak/archive/main.tar.gz";
# You can add a sha256 here for security later
};
in
{ {
imports = [ imports = [
<nix-flatpak/nixos.nix> "${nix-flatpak}/nixos.nix"
]; ];
services.flatpak = { services.flatpak = {