This commit is contained in:
Hadi 2024-05-02 15:46:16 +02:00
parent 81ab14b256
commit 6d1912703c

View File

@ -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 & 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`. 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 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"` - Change the `variables.nix` file to match your configuration
- Every things that you *must* remove got a "REMOVE" comment. You can search for it with ripgrep: `rg "REMOVE"` (Secrets, own stuff..) - Remove the hardware module in flake.nix line 30
- Change the `nixos/configuration.nix` file to match your system - Change the `nixos/configuration.nix` file to match your system
- Copy your `hardware-configuration.nix` file to the `nixos` folder - Copy your `hardware-configuration.nix` file to the `nixos` folder