enable declarative-flatpak in home-manager

This commit is contained in:
Gabriella Bere 2024-08-26 02:05:57 +01:00
parent b62234602d
commit 36b1cc8263
4 changed files with 85 additions and 2 deletions

4
home-manager/flatpak.nix Normal file
View file

@ -0,0 +1,4 @@
{ config, pkgs, ... }:
{
services.flatpak.enableModule = true;
}