From 613fb3d82578bd13abaec0050fe7169a3459f819 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 25 Dec 2023 21:05:47 +0900 Subject: [PATCH] re-add doom-emacs to home-manager --- README.md | 1 - home-manager/common/software/cli/default.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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