mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
fix: reconfigure modules to build successfully on demeter
This commit is contained in:
parent
ce89f8149e
commit
180741ec71
11 changed files with 54 additions and 63 deletions
|
@ -9,14 +9,14 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.liminalOS.programs.flatpaks;
|
||||
cfg = config.liminalOS.programs.flatpak;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
inputs.${cfg.moduleName}.nixosModules.nix-flatpak
|
||||
inputs.nix-flatpak.nixosModules.nix-flatpak
|
||||
];
|
||||
|
||||
options.liminalOS.programs.flatpaks = {
|
||||
options.liminalOS.programs.flatpak = {
|
||||
enable = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue