Added doomemacs to configuration

This commit is contained in:
Aleksandr Lebedev 2025-01-15 00:14:11 +01:00
parent 7a14aff779
commit 22c9b99399
6 changed files with 88 additions and 0 deletions

View file

@ -41,6 +41,10 @@
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};
emacs-overlay = {
url = "github:nix-community/emacs-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {