fix(deertopia): i don't know what the deal with this one is
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, lib, pkgs, inputs, ... }@args:
|
||||
{ config, lib, pkgs, inputs, options, ... }@args:
|
||||
|
||||
let cfg = config.sydnix.users.crumb.emacs;
|
||||
in {
|
||||
@@ -145,7 +145,9 @@ in {
|
||||
};
|
||||
|
||||
# We do this ourselves.
|
||||
stylix.targets.emacs.enable = false;
|
||||
stylix.targets.emacs.enable =
|
||||
lib.mkIf (lib.hasAttrByPath ["stylix" "targets" "emacs"] options)
|
||||
false;
|
||||
|
||||
home.shellAliases = {
|
||||
e = "emacsclient-or-emacs";
|
||||
|
||||
Reference in New Issue
Block a user