mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
profiles/editors: add Guile for Emacs submodule
This commit is contained in:
parent
e6e3dc85f6
commit
7e5eab2d47
@ -85,9 +85,6 @@
|
||||
programs.adb.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# This is installed just to get Geiser to properly work.
|
||||
guile_3_0
|
||||
|
||||
(swh.swh-core.overrideAttrs (super: self: {
|
||||
pythonPath = with swh; [
|
||||
swh-fuse
|
||||
|
@ -50,6 +50,9 @@ in {
|
||||
|
||||
# Doom Emacs dependencies.
|
||||
home.packages = with pkgs; [
|
||||
# This is installed just to get Geiser to properly work.
|
||||
guile_3_0
|
||||
|
||||
# Required dependencies.
|
||||
ripgrep
|
||||
gnutls
|
||||
|
Loading…
Reference in New Issue
Block a user