From 3d310ae45c5cadadc3642b4e344545c7aabf0f97 Mon Sep 17 00:00:00 2001 From: ryan4yin Date: Mon, 15 May 2023 00:48:15 +0800 Subject: [PATCH] feat: add TODOs --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0452aaa5..16454bba 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ This repository is home to the nix code that builds my systems. - [sops-nix](https://github.com/Mic92/sops-nix): secret management - [devShell](https://github.com/numtide/devshell): manage development environments +- make fcitx5-rime work in vscode/chrome on wayland +- adjust the structure of this repo, make it more flexible, and can easily switch between i3, sway and hyprland. +- migrate my private tools & wireguard configurations into nixos, make it a private flake(private github repo), and used it as flake inputs in this repo. ## Why Nix?