From 8132e29fbd1d4859c9eb41050d32b3e7442daeb3 Mon Sep 17 00:00:00 2001 From: pagedMov Date: Tue, 22 Oct 2024 03:36:27 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b7954f3..47ba64c 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,11 @@ My dots are written 100% in Nix so if you bring your own hardware-configuration. If you are on NixOS and have flakes enabled, you can just clone the repo and run sudo nixos-rebuild switch --flake /path/to/this-repo (again, just make sure you don't use my hardware configuration on your machine) ![Screenshot](./assets/screens/desktop.png) + +## Neat Features +* *chscheme* - This script will open a fuzzy finder window containing all of the colorschemes available in the base16-schemes package on nixpkgs. It contains a preview showing you what the colors will look like in your terminal. + +Important note: Some aspects of the configuration are hard coded. these include +* Hyprland config: hardcoded display outputs +* Waybar config: hardcoded display outputs +* Git config: set up like userEmail = ${username}@gmail.com, userName = ${username}, so these will be substituted with whatever you put as the username in the flake.nix file.