removed unneeded imports etc.

This commit is contained in:
KoenDR06 2025-07-18 15:05:26 +02:00
parent f62f6ad376
commit b7d7514928
47 changed files with 39 additions and 157 deletions

View file

@ -1,4 +1,4 @@
{inputs, ...}: {
{...}: {
imports = [
./dev.nix

View file

@ -1,14 +1,11 @@
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: let
inherit (lib) mkEnableOption mkIf mkOption types;
inherit (lib) mkEnableOption mkIf;
cfg = config.horseman.apps.dev;
homeCfg = config.horseman;
in {
options = {
horseman.apps.dev = {

View file

@ -1,12 +1,10 @@
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: let
inherit (lib) mkEnableOption mkIf mkOption types;
inherit (lib) mkEnableOption mkIf;
cfg = config.horseman.apps.server;
in {
options = {

View file

@ -1,12 +1,10 @@
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: let
inherit (lib) mkEnableOption mkIf mkOption types;
inherit (lib) mkEnableOption mkIf;
cfg = config.horseman.apps.terminal;
homeCfg = config.horseman;
in {

View file

@ -1,7 +1,4 @@
{
config,
lib,
pkgs,
...
}: {
programs.helix = {

View file

@ -1,5 +1,4 @@
{
config,
lib,
pkgs,
...

View file

@ -1,14 +1,11 @@
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: let
inherit (lib) mkEnableOption mkIf mkOption types;
inherit (lib) mkEnableOption mkIf;
cfg = config.horseman.apps.visual;
homeCfg = config.horseman;
in {
options = {
horseman.apps.visual = {

View file

@ -1,22 +1,15 @@
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: let
inherit (lib) mkEnableOption mkIf mkOption types;
inherit (lib) mkEnableOption mkIf;
cfg = config.horseman.apps.visual.firefox;
lock-false = {
Value = false;
Status = "locked";
};
lock-true = {
Value = true;
Status = "locked";
};
in {
options = {
horseman.apps.visual.firefox = {