diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -11,17 +11,19 @@ inputs = { nixpkgs.follows = "stable"; }; }; emacs.url = github:nix-community/emacs-overlay/master; + + pi-mono.url = github:lukasl-dev/pi-mono.nix/master; }; outputs = { - self, stable, unstable, oldstable, personal, emacs, home-manager, ... + self, stable, unstable, oldstable, personal, home-manager, emacs, pi-mono, ... }: let system = "x86_64-linux"; pkgs = import stable { inherit system; config = { allowUnfree = true; }; - overlays = [ emacs.overlay ]; + overlays = [ emacs.overlay pi-mono.overlays.default ]; }; pkgs-unstable = import unstable { |
