disable emac

This commit is contained in:
ponymushama 2024-07-23 16:31:15 +08:00
parent 4236e5506f
commit 1e18ba1bd5
5 changed files with 3 additions and 6 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;