install nix-flatpak

This commit is contained in:
Mohamed Chrayed 2024-08-25 18:52:45 +02:00
parent 4f2fcf2baf
commit 76a415fc76
2 changed files with 7 additions and 0 deletions

View File

@ -13,6 +13,7 @@
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=v0.4.1";
};
# Define Outputs, import Modules
outputs =
@ -21,6 +22,7 @@
home-manager,
jovian,
plasma-manager,
nix-flatpak,
...
}:
let
@ -31,6 +33,7 @@
# NixOS Modules for all hosts
systemModules = [
home-manager.nixosModules.home-manager
nix-flatpak.nixosModules.nix-flatpak
./modules/system/apps-shell
./modules/system/boot
./modules/system/devices

View File

@ -0,0 +1,4 @@
{ ... }:
{
}