dotfiles/README.md

741 B

My dotfiles configuration

Expected configuration:

  • Fedora Silverblue or ubuntu as host
  • Nix with home-manager for tools and software.
# Install GUI tools with personal specialization
./install --gui --env personal
# Skip GUI tools and only apply work specialization
./install --env work

Dark and Light themes

Neovim and Kitty are configured to follow Gnome's dark and light theme changes.

By default they are initially light and in case of changes, they will start to match the correct preferences.

To make this work, night theme switcher extension is needed and configured to use scripts/sunrise.sh and scripts/sunset.sh as "run commands".