[emacs] Modularize more and better pkg

Attempts to select the right emacs package based on whether the machine
is x11 only or not.
This commit is contained in:
2024-09-10 17:03:04 -07:00
parent 9ba6006fca
commit 18afc61e33
6 changed files with 101 additions and 70 deletions

View File

@@ -1,8 +1,5 @@
{ pkgs, ... }:
{ pkgs, customPkgs, ... }:
let
nextcloudTalkDesktop = pkgs.callPackage ./modules/nextcloud-talk-desktop/package.nix {};
in
{
# Home Manager needs a bit of information about you and the paths it should
# manage.
@@ -62,7 +59,7 @@ in
pkgs.wofi
pkgs.vlc
nextcloudTalkDesktop
customPkgs.nextcloudTalkDesktop
];
# Home Manager is pretty good at managing dotfiles. The primary way to manage