re-add doom-emacs to home-manager

This commit is contained in:
iFargle 2023-12-25 21:05:47 +09:00
parent 76274cd028
commit 613fb3d825
2 changed files with 1 additions and 2 deletions

View file

@ -25,7 +25,6 @@ nix develop -c /etc/nixos/git/docs/setup.sh
# Host Specific # Host Specific
## framework-server To Do List ## framework-server To Do List
* [ ] Fix Gotify notifications (Jellyfin) * [ ] Fix Gotify notifications (Jellyfin)
* [ ] Rehost PeerTube
* [ ] Add a /Storage btrfs subvolume for Docker * [ ] Add a /Storage btrfs subvolume for Docker
* [ ] Need to set up a new PGP key for use with ProtonMail * [ ] Need to set up a new PGP key for use with ProtonMail
* [ ] Try this https://www.ntop.org/products/traffic-analysis/ntop/ * [ ] Try this https://www.ntop.org/products/traffic-analysis/ntop/

View file

@ -1,7 +1,7 @@
{ theme, hostname, ... }: { { theme, hostname, ... }: {
imports = [ imports = [
./bash.nix ./bash.nix
# ./doom-emacs.nix ./doom-emacs.nix
./git.nix ./git.nix
./neofetch.nix ./neofetch.nix
./neovim.nix ./neovim.nix