mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-24 04:40:53 +01:00
feat: try emacs-igc
This commit is contained in:
parent
5f8520a610
commit
8f03af4796
3 changed files with 13 additions and 1 deletions
|
@ -45,6 +45,7 @@ import "${nixpkgs}/nixos/lib/eval-config.nix" {
|
||||||
networking.hostName = name;
|
networking.hostName = name;
|
||||||
nixpkgs.overlays = lib.mkAfter [
|
nixpkgs.overlays = lib.mkAfter [
|
||||||
(overlay-unstable system)
|
(overlay-unstable system)
|
||||||
|
(import "${inputs.emacs-overlay}/overlays/emacs.nix")
|
||||||
(_final: prev: {
|
(_final: prev: {
|
||||||
waybar = prev.waybar.overrideAttrs (oldAttrs: {
|
waybar = prev.waybar.overrideAttrs (oldAttrs: {
|
||||||
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
||||||
|
|
10
lon.lock
10
lon.lock
|
@ -51,6 +51,16 @@
|
||||||
"url": "https://github.com/JulienMalka/dns.nix/archive/922d6a72ae1f4436cc8f8e04080c50aa65e0d749.tar.gz",
|
"url": "https://github.com/JulienMalka/dns.nix/archive/922d6a72ae1f4436cc8f8e04080c50aa65e0d749.tar.gz",
|
||||||
"hash": "sha256-K2X21U4sSYtEZiDM0Eg/IV4wRs80kztLi6qaVDIUCJE="
|
"hash": "sha256-K2X21U4sSYtEZiDM0Eg/IV4wRs80kztLi6qaVDIUCJE="
|
||||||
},
|
},
|
||||||
|
"emacs-overlay": {
|
||||||
|
"type": "GitHub",
|
||||||
|
"fetchType": "tarball",
|
||||||
|
"owner": "nix-community",
|
||||||
|
"repo": "emacs-overlay",
|
||||||
|
"branch": "master",
|
||||||
|
"revision": "920cd4e86af18bd67a60013d80a79ff2cd7a176b",
|
||||||
|
"url": "https://github.com/nix-community/emacs-overlay/archive/920cd4e86af18bd67a60013d80a79ff2cd7a176b.tar.gz",
|
||||||
|
"hash": "sha256-rQY2wY+KTGIH2oZFyqdsODjqmOJqyn+0BNURADQHi/s="
|
||||||
|
},
|
||||||
"git-hooks": {
|
"git-hooks": {
|
||||||
"type": "GitHub",
|
"type": "GitHub",
|
||||||
"fetchType": "tarball",
|
"fetchType": "tarball",
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
|
|
||||||
programs.emacs = {
|
programs.emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.emacs30;
|
package = pkgs.emacs-igc;
|
||||||
extraPackages = epkgs: [
|
extraPackages = epkgs: [
|
||||||
epkgs.mu4e
|
epkgs.mu4e
|
||||||
];
|
];
|
||||||
|
@ -100,6 +100,7 @@
|
||||||
zotero
|
zotero
|
||||||
emacsPackages.jinx
|
emacsPackages.jinx
|
||||||
hunspellDicts.en_US
|
hunspellDicts.en_US
|
||||||
|
hunspellDicts.fr-moderne
|
||||||
forge-sparks
|
forge-sparks
|
||||||
citations
|
citations
|
||||||
blanket
|
blanket
|
||||||
|
|
Loading…
Add table
Reference in a new issue