working emacs!

This commit is contained in:
vali 2024-05-20 01:17:59 +02:00
commit b9d6ac98c6
4 changed files with 54 additions and 9 deletions

View file

@ -21,6 +21,14 @@
url = "github:Duckonaut/split-monitor-workspaces";
inputs.hyprland.follows = "hyprland";
};
doomemacs = {
url = "github:doomemacs/doomemacs";
flake = false;
};
doom-emacs-config = {
url = "github:bloxx12/doom-emacs-config";
flake = false;
};
anyrun = {
url = "github:Kirottu/anyrun";
inputs.nixpkgs.follows = "nixpkgs";