chore: update flakes
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
cfg = config.system.packages.flatpak;
|
||||
cfg = config.mySystem.packages.flatpak;
|
||||
in {
|
||||
options.system.packages.flatpak = {
|
||||
options.mySystem.packages.flatpak = {
|
||||
enable = mkEnableOption "Enable Flatpak support";
|
||||
builder.enable = mkEnableOption "Enable Flatpak builder";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user