system: Set flatpak as module

This commit is contained in:
Florian RICHER 2024-10-25 14:46:24 +02:00
parent 06d2aa59d1
commit d8a5045f61
6 changed files with 24 additions and 2 deletions

View file

@ -65,8 +65,6 @@
extraGroups = [ "networkmanager" "wheel" ];
};
services.flatpak.enable = true; # Important can't be enabled from home-manager
# Downloads and provides debug symbols and source code for nix derivations to gdb and other debuginfod-capable debuggers as needed.
# Require https://github.com/symphorien/nixseparatedebuginfod?tab=readme-ov-file#gdb
services.nixseparatedebuginfod.enable = true;