Initial template repo
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.flatpak.enable = true;
|
||||
|
||||
# Optional: Flatpak CLI auch direkt verfügbar machen
|
||||
environment.systemPackages = with pkgs; [
|
||||
flatpak
|
||||
];
|
||||
|
||||
# XDG-Portale sind wichtig für Flatpak-Apps, File Picker, Screensharing etc.
|
||||
xdg.portal.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user