feat: try emacs-igc

This commit is contained in:
Luj 2025-02-23 11:55:35 +01:00
parent 5f8520a610
commit 8f03af4796
Signed by: luj
GPG key ID: 6FC74C847011FD83
3 changed files with 13 additions and 1 deletions

View file

@ -45,6 +45,7 @@ import "${nixpkgs}/nixos/lib/eval-config.nix" {
networking.hostName = name;
nixpkgs.overlays = lib.mkAfter [
(overlay-unstable system)
(import "${inputs.emacs-overlay}/overlays/emacs.nix")
(_final: prev: {
waybar = prev.waybar.overrideAttrs (oldAttrs: {
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];