enable declarative-flatpak in home-manager
This commit is contained in:
parent
b62234602d
commit
36b1cc8263
4 changed files with 85 additions and 2 deletions
4
home-manager/flatpak.nix
Normal file
4
home-manager/flatpak.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
services.flatpak.enableModule = true;
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue