Merge branch 'main' of antimatterForge:Egg/voidconf

yes yes... I don't pay enough attention
This commit is contained in:
Nox Sluijtman 2024-05-13 11:51:40 +02:00
commit 10258a52b3
12 changed files with 69 additions and 64 deletions

View file

@ -1,8 +1,8 @@
{ config, lib, pkgs, ... }:
with lib;
let cfg = config.voidcruiser.services;
let cfg = config.voidconf.services;
in {
options.voidcruiser.services = {
options.voidconf.services = {
flatpak = {
enable = mkEnableOption "Enables basic flatpak configuration";