From e501e2a050ae7758af7e18d963994b9dd40783e3 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 2 Jan 2024 10:04:07 +0900 Subject: [PATCH] Update README --- README.md | 9 +-------- docs/complete.md | 7 +++++++ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ea930b67..08839da9 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ nix develop -c /etc/nixos/git/docs/setup.sh | ----------------- | ----------------------------------------------------- | -------- | | backups-rpi4 | Japan Raspberry Pi 4 for backups from nuc-server | Done | | framework-server | sysctl.io - main server, framework 13th gen mainboard | Done | -| nixos-desktop | My main desktop | - | +| nixos-desktop | My main desktop | Done | | nixos-framework | My AMD Framework 13 laptop | Done | | nixos-vm-01 | A NixOS VM used for testing | Done | | nuc-server | Second NUC server at my brothers house | On Hold | @@ -47,15 +47,12 @@ nix develop -c /etc/nixos/git/docs/setup.sh * [ ] Need to set up a new PGP key for use with ProtonMail * [ ] Try this https://www.ntop.org/products/traffic-analysis/ntop/ * [ ] Podman mgiration - Potentially use nix-defined containers. -* [ ] Check if other machines can auth to ssh-luks connection ## Packaging * [ ] Try packaging BoxBuddy - [Link](https://github.com/Dvlv/BoxBuddyRS) ## General -* [ ] Look into NixOS Containers - [Link](https://nixos.wiki/wiki/NixOS_Containers) * [ ] nixified.ai - https://github.com/nixified-ai/flake -* [ ] Try lazy.vim - [Link](https://www.lazyvim.org/) * [ ] Security hardening / scans / etc * [ ] Edit the hosts file/config/workspace/nix/home-manager/common/software/cli/themes * [ ] Replace RSA keys with ED25519 keys where possible @@ -66,9 +63,6 @@ nix develop -c /etc/nixos/git/docs/setup.sh ## Home-Manager * [ ] Figure out what the home-manager `account` options are for. * [ ] home-manager/common/software/cli/bash.nix - Break this out for theming -- Currently statically set to 'gruvbox' -* [ ] emacs - * [ ] Add bracket auto-completion - * [ ] Find a way to have magit save login credentials ## Desktop / GUI * [ ] Syncthing + Logseq @@ -81,7 +75,6 @@ nix develop -c /etc/nixos/git/docs/setup.sh * [ ] Try this - Nix colors - [Link](https://github.com/Misterio77/nix-colors) * [ ] Or this - stylix - [Link](https://github.com/danth/stylix) * [ ] Find a way to remove all default search engines in Firefox (Google, Amazon, etc) -* [ ] Try out kde2nix - [Link](https://github.com/nix-community/kde2nix) * [ ] xfce4 configs - `~/.config/xfce4` Completed ToDo List [here](docs/complete.md) diff --git a/docs/complete.md b/docs/complete.md index 1f5df636..06d25a45 100644 --- a/docs/complete.md +++ b/docs/complete.md @@ -126,3 +126,10 @@ * [x] Try Distorbox - [Link](https://distrobox.it/) * [x] Fix Gotify notifications (Jellyfin) * [x] Add a /Storage btrfs subvolume for Docker +* [x] Try lazy.vim - [Link](https://www.lazyvim.org/) +* [x] Look into NixOS Containers - [Link](https://nixos.wiki/wiki/NixOS_Containers) +* [x] Check if other machines can auth to ssh-luks connection +* [x] emacs + * [x] Add bracket auto-completion + * [x] Find a way to have magit save login credentials +* [x] Try out kde2nix - [Link](https://github.com/nix-community/kde2nix)