mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: declaratively install flatpak
This commit is contained in:
parent
8f86ce2201
commit
2b2c43ad06
7 changed files with 65 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
../../modules/linux/wine
|
||||
../../modules/linux/stylix
|
||||
../../modules/linux/distrobox
|
||||
../../modules/linux/flatpak
|
||||
../../overlays
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
|
|
@ -126,8 +126,6 @@
|
|||
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
|
||||
services.flatpak.enable = true;
|
||||
|
||||
# services.desktopManager.plasma6.enable = true;
|
||||
|
||||
# Configure keymap in X11
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
../../modules/linux/audio-prod
|
||||
../../modules/linux/stylix
|
||||
../../modules/linux/wine
|
||||
../../modules/linux/flatpak
|
||||
../../overlays
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue