fixed merge conflicts

This commit is contained in:
Charlie Root 2024-04-13 15:35:13 +02:00
commit 62d0e0591b
49 changed files with 814 additions and 92 deletions

View file

@ -1,13 +1,9 @@
{
config,
inputs,
lib,
...
}: with lib; let
cfg = config.myOptions.programs.schizofox;
username = config.myOptions.other.system.username;
{ config, inputs, lib, ... }:
with lib; let
cfg = config.modules.programs.schizofox;
username = config.modules.other.system.username;
in {
options.myOptions.programs.schizofox = {
options.modules.programs.schizofox = {
enable = mkEnableOption "schizofox";
};