diff options
Diffstat (limited to 'users/tazjin/nixos/frog')
-rw-r--r-- | users/tazjin/nixos/frog/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/users/tazjin/nixos/frog/default.nix b/users/tazjin/nixos/frog/default.nix index a3e263d095a1..2f0b204a615b 100644 --- a/users/tazjin/nixos/frog/default.nix +++ b/users/tazjin/nixos/frog/default.nix @@ -1,12 +1,11 @@ { depot, lib, ... }: config: let + inherit (depot.third_party) lieer; nixpkgs = import depot.third_party.nixpkgsSrc { config.allowUnfree = true; }; - lieer = depot.third_party.lieer {}; - # add google-c-style here because other machines get it from, eh, # elsewhere. frogEmacs = (depot.users.tazjin.emacs.overrideEmacs(epkgs: epkgs ++ [ |