diff --git a/README.md b/README.md
index 45032fb0..1bc03bfd 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,18 @@
-# Nix Configuration
+
:snowflake: Ryan4Yin's Nix Config :snowflake:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This repository is home to the nix code that builds my systems.
@@ -15,10 +29,6 @@ Nix allows for easy-to-manage, collaborative, reproducible deployments. This mea

-
-
-
-
## Hosts
```shell
@@ -128,10 +138,12 @@ Other dotfiles that inspired me:
- [Ruixi-rebirth/flakes](https://github.com/Ruixi-rebirth/flakes)
- Hyprland
- [HeinzDev/Hyprland-dotfiles](https://github.com/HeinzDev/Hyprland-dotfiles)
- - [notwidow/hyprland](https://github.com/notwidow/hyprland): hyprland configuration
+ - [notwidow/hyprland](https://github.com/notwidow/hyprland)
- I3 Window Manager
- [denisse-dev/dotfiles](https://github.com/denisse-dev/dotfiles)
- Neovim/AstroNvim
- [maxbrunet/dotfiles](https://github.com/maxbrunet/dotfiles): astronvim with nix flakes.
+- Theme
+ - [catppuccin](https://github.com/catppuccin/catppuccin)
- Misc
- [1amSimp1e/dots](https://github.com/1amSimp1e/dots)
diff --git a/home/linux/hyprland/default.nix b/home/linux/hyprland/default.nix
index 97646d82..4a97da0b 100644
--- a/home/linux/hyprland/default.nix
+++ b/home/linux/hyprland/default.nix
@@ -4,6 +4,11 @@
./wayland-apps.nix
];
+ # Only available on home-manager's master branch(2023/7/25)
+ # wayland.windowManager.hyprland = {
+ # enable = true;
+ # };
+
# hyprland configs, based on https://github.com/notwidow/hyprland
home.file.".config/hypr" = {
source = ./hypr-conf;