Begin Dendritic rewrite

This commit is contained in:
2026-03-06 19:05:37 -06:00
parent eb5b08c8f0
commit f656be3dfb
7 changed files with 16 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
{ ... }: {
{ inputs, ... }: {
flake.homeModules.nathan = { config, lib, pkgs, inputs, ... }: let
flake.homeModules.nathan = { config, lib, pkgs, ... }: let
system = "x86_64-linux";

View File

@@ -1,6 +1,6 @@
{ ... }: {
{ inputs, ... }: {
flake.homeModules.nathan = { config, lib, pkgs, inputs, ... }: {
flake.homeModules.nathan = { config, lib, pkgs, ... }: {
config = {

View File

@@ -1,6 +1,6 @@
{ ... }: {
{ inputs, ... }: {
flake.homeModules.nathan = { config, lib, pkgs, inputs, ... }: {
flake.homeModules.nathan = { config, lib, pkgs, ... }: {
options.homeconfig.firefox.enable = lib.options.mkOption {
type = lib.types.bool;

View File

@@ -1,6 +1,6 @@
{ ... }: {
{ inputs, ... }: {
flake.homeModules.nathan = { config, lib, inputs, ... }: {
flake.homeModules.nathan = { config, lib, ... }: {
options.homeconfig.nh.enable = lib.options.mkOption {
type = lib.types.bool;

View File

@@ -1,6 +1,6 @@
{ ... }: {
{ inputs, ... }: {
flake.homeModules.nathan = { config, lib, pkgs, inputs, ... }: {
flake.homeModules.nathan = { config, lib, pkgs, ... }: {
options.homeconfig.wal.enable = lib.options.mkOption {
type = lib.types.bool;