From 3d814f9b79bccc29c9f77c97228cc592c4dadb68 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 29 Sep 2023 13:32:51 +0900 Subject: [PATCH] Update README --- README.md | 5 ----- docs/complete.md | 7 ++++++- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2ace566a..3835119c 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,10 @@ nix develop -c /etc/nixos/git/docs/setup.sh ![Gruv'd Hyprland](./docs/screenshot.png "Hyprland with a Gruvboxy theme") --- # To Do List -* [ ] Reorganize Home-Manager -* [ ] Split configs into a common and host-specific config (see hyprland on nixos-vm-02 in home-manager for instance) * Reduces duplicate configs * [ ] Look into hosting a binary cache locally - [Link](https://nixos.wiki/wiki/Binary_Cache) * [ ] vscode / emacs * Add the nix lsp - [Link](https://github.com/nix-community/rnix-lsp) -* [x] Fix Grafana -* [x] Build a better dashboard to monitor all my nixified devices -* [x] Look into Remote Builds - [Link](https://nixos.org/manual/nix/stable/advanced-topics/distributed-builds.html) * [ ] Find a way to remove all default search engines in Firefox (Google, Amazon, etc) * [ ] Figure out what the home-manager `account` options are for. * [ ] Security hardening diff --git a/docs/complete.md b/docs/complete.md index e093b756..954a238e 100644 --- a/docs/complete.md +++ b/docs/complete.md @@ -59,4 +59,9 @@ * [x] Set up sops and gpg * [x] Configure GameMode / Gamescope * [x] Try disko - [Link](https://github.com/nix-community/disko) -* [x] Look into `nix develop` - [Link](https://zero-to-nix.com/concepts/nix#unified-cli) \ No newline at end of file +* [x] Look into `nix develop` - [Link](https://zero-to-nix.com/concepts/nix#unified-cli) +* [x] Fix Grafana +* [x] Build a better dashboard to monitor all my nixified devices +* [x] Look into Remote Builds - [Link](https://nixos.org/manual/nix/stable/advanced-topics/distributed-builds.html) +* [x] Reorganize Home-Manager +* [x] Split configs into a common and host-specific config (see hyprland on nixos-vm-02 in home-manager for instance) \ No newline at end of file