This commit is contained in:
parent
b7f82f87e8
commit
adc5f652de
2 changed files with 6 additions and 4 deletions
|
@ -1,12 +1,10 @@
|
|||
{ config, pkgs, lib, nix-flatpak, ... }:
|
||||
{ config, lib, ... }:
|
||||
|
||||
with lib;
|
||||
let
|
||||
cfg = config.modules.home.apps.flatpak;
|
||||
in
|
||||
{
|
||||
imports = [ nix-flatpak.homeManagerModules.nix-flatpak ];
|
||||
|
||||
options.modules.home.apps.flatpak = {
|
||||
enable = mkEnableOption ''
|
||||
Enable flatpak with my custom configurations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue