feat: declaratively install flatpak

This commit is contained in:
Youwen Wu 2024-12-08 16:42:57 -08:00
parent 8f86ce2201
commit 2b2c43ad06
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
7 changed files with 65 additions and 4 deletions

View file

@ -86,8 +86,6 @@
# };
# };
services.flatpak.enable = true;
boot.initrd.luks.devices."luks-52d1be6d-b32f-41e0-a6d7-2ff52599fe7c".device = "/dev/disk/by-uuid/52d1be6d-b32f-41e0-a6d7-2ff52599fe7c";
services.tlp.enable = true;

View file

@ -17,6 +17,7 @@
../../modules/linux/wine
../../modules/linux/stylix
../../modules/linux/distrobox
../../modules/linux/flatpak
../../overlays
{
home-manager.useGlobalPkgs = true;