diff --git a/README.md b/README.md index 75e2d219..fcbfb9c7 100644 --- a/README.md +++ b/README.md @@ -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/ diff --git a/home-manager/common/software/cli/default.nix b/home-manager/common/software/cli/default.nix index 3538451c..b4c17e32 100644 --- a/home-manager/common/software/cli/default.nix +++ b/home-manager/common/software/cli/default.nix @@ -1,7 +1,7 @@ { theme, hostname, ... }: { imports = [ ./bash.nix - # ./doom-emacs.nix + ./doom-emacs.nix ./git.nix ./neofetch.nix ./neovim.nix