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;
}

View file

@ -8,6 +8,7 @@
./hyprland.nix
./waybar.nix
./swaync.nix
./flatpak.nix
];
# States home manager version that config was originally compatible with, do not change without reading all patch notes since this version and altering as needed