diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-13 15:09:00 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-13 15:09:00 -0800 |
| commit | a5f8200954567e82b9cfb4a699f418b0a0e4dbf5 (patch) | |
| tree | 81a5cb7c7b116fb0e6a767677682d1781683a477 /flake.nix | |
| parent | alacritty: switch back to white background (diff) | |
| download | infra-a5f8200954567e82b9cfb4a699f418b0a0e4dbf5.tar.gz | |
emacs: pull community's overlay
We need the community overlay to get the pure GTK port of Emacs for now.
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ # We use the unstable nixpkgs repo for some packages. nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable"; + emacs-overlay.url = "github:nix-community/emacs-overlay"; + home-manager = { url = "github:nix-community/home-manager/release-21.11"; # We want home-manager to use the same set of nixpkgs as our system. |
