flatpak
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
./flatpak.nix
|
||||||
./heroic.nix
|
./heroic.nix
|
||||||
./qbittorrent.nix
|
./qbittorrent.nix
|
||||||
./steam.nix
|
./steam.nix
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.flatpak.enable = true;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user