From eebbb9f5e631db0a612d2c6151c5680120f410aa Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 26 Jul 2023 01:23:58 +0800 Subject: [PATCH] feat: update README --- README.md | 24 ++++++++++++++++++------ home/linux/hyprland/default.nix | 5 +++++ 2 files changed, 23 insertions(+), 6 deletions(-) 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:

+ +

+ +

+ +

+ + Stargazers + + + + + +

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 ![](/_img/astronvim_2023-07-13_00-39.webp) -![](/_img/nix-distributed-building.webp) - -![](/_img/nix-distributed-building-log.webp) - ## 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;