re-add doom-emacs to home-manager
This commit is contained in:
parent
76274cd028
commit
613fb3d825
2 changed files with 1 additions and 2 deletions
|
@ -25,7 +25,6 @@ nix develop -c /etc/nixos/git/docs/setup.sh
|
|||
# Host Specific
|
||||
## framework-server To Do List
|
||||
* [ ] Fix Gotify notifications (Jellyfin)
|
||||
* [ ] Rehost PeerTube
|
||||
* [ ] Add a /Storage btrfs subvolume for Docker
|
||||
* [ ] Need to set up a new PGP key for use with ProtonMail
|
||||
* [ ] Try this https://www.ntop.org/products/traffic-analysis/ntop/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ theme, hostname, ... }: {
|
||||
imports = [
|
||||
./bash.nix
|
||||
# ./doom-emacs.nix
|
||||
./doom-emacs.nix
|
||||
./git.nix
|
||||
./neofetch.nix
|
||||
./neovim.nix
|
||||
|
|
Loading…
Reference in a new issue