Updated system, fixes, culled lots of old config

This commit is contained in:
Emmet
2024-11-08 14:41:54 -06:00
parent 0408d049d2
commit 26162df66c
25 changed files with 122 additions and 5598 deletions

View File

@@ -1,4 +1,4 @@
{ config, lib, pkgs, pkgs-stable, pkgs-emacs, systemSettings, userSettings, inputs, ... }:
{ config, lib, pkgs, pkgs-stable, systemSettings, userSettings, inputs, ... }:
{
# Simply install just the packages
@@ -51,7 +51,6 @@
extraSpecialArgs = {
# pass config variables from above
inherit pkgs-stable;
inherit pkgs-emacs;
inherit systemSettings;
inherit userSettings;
inherit inputs;