Update flatpaks.nix

This commit is contained in:
ediblerope 2026-01-20 10:06:01 +00:00 committed by GitHub
parent e1137320ba
commit 43757e32e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,8 @@
imports = [
<nix-flatpak/modules/nixos.nix>
];
config = lib.mkIf (lib.elem config.networking.hostName [ "FredOS-Gaming" "FredOS-Macbook" ]) {
services.flatpak = {
enable = true;
@ -28,4 +30,5 @@
#};
};
};
};
}