mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +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;
|
programs.adb.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# This is installed just to get Geiser to properly work.
|
|
||||||
guile_3_0
|
|
||||||
|
|
||||||
(swh.swh-core.overrideAttrs (super: self: {
|
(swh.swh-core.overrideAttrs (super: self: {
|
||||||
pythonPath = with swh; [
|
pythonPath = with swh; [
|
||||||
swh-fuse
|
swh-fuse
|
||||||
|
@ -50,6 +50,9 @@ in {
|
|||||||
|
|
||||||
# Doom Emacs dependencies.
|
# Doom Emacs dependencies.
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
# This is installed just to get Geiser to properly work.
|
||||||
|
guile_3_0
|
||||||
|
|
||||||
# Required dependencies.
|
# Required dependencies.
|
||||||
ripgrep
|
ripgrep
|
||||||
gnutls
|
gnutls
|
||||||
|
Loading…
Reference in New Issue
Block a user