From 6d1912703c52615f7d67c5c706e92be054067bb7 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 2 May 2024 15:46:16 +0200 Subject: [PATCH] Update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9069d50..8e33742 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ This is my dotfiles repo. It's a work in progress, and I'm still learning how to ## Themes & Colors -Themes and colors are managed by the `home/variable/theme` folder. +Themes and colors are managed by the `home/themes` folder. To apply the theme to duckduckgo, follow the instructions in `$HOME/.config/duckduckgo-colorscheme.js`. @@ -154,8 +154,8 @@ It will copy the selected icon to the clipboard. git clone https://github.com/anotherhadi/nixy ~/.config/nixos ``` -- Every things that you *must* change got a "CHANGEME" comment. You can search for it with ripgrep: `rg "CHANGEME"` -- Every things that you *must* remove got a "REMOVE" comment. You can search for it with ripgrep: `rg "REMOVE"` (Secrets, own stuff..) +- Change the `variables.nix` file to match your configuration +- Remove the hardware module in flake.nix line 30 - Change the `nixos/configuration.nix` file to match your system - Copy your `hardware-configuration.nix` file to the `nixos` folder