9
modules/nixos/flatpak.nix
Normal file
9
modules/nixos/flatpak.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
services.flatpak.enable = true;
|
||||
}
|
Reference in New Issue
Block a user