beginning of emacs

This commit is contained in:
2025-06-05 19:22:39 -07:00
parent f83ef0d7d9
commit e7271c6134
4 changed files with 51 additions and 3 deletions

View File

@@ -50,6 +50,12 @@
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs-stable.follows = "nixpkgs";
};
emacs-overlay = {
url = "github:nix-community/emacs-overlay";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs-stable.follows = "nixpkgs";
};
};
outputs =