5 lines
94 B
Nix
5 lines
94 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [ flatpak ];
|
|
services.flatpak.enable = true;
|
|
} |