Add comments

This commit is contained in:
iFargle 2023-07-03 11:14:30 +09:00
parent ec178766bf
commit ef4b12b618
2 changed files with 14 additions and 1 deletions

View file

@ -19,4 +19,16 @@ Repo for nix configuration files
#### Root
* `flake.nix` - The main configuration file for all systems
* `configuration.nix` - Common configuration across alls ystems
* `configuration.nix` - Common configuration across alls ystems
---
# Theming
* To change system-wide themes, you need to change the following:
1. `desktops/gnome.nix` - Change the imports at the bottom.
2. `users/albert/dconf.nix` - Change the theme variants in the following:
* `org/gnome/shell/extensions/nightthemeswitcher/gtk-variants`
* `org/gnome/shell/extensions/nightthemeswitcher/icon-variants`
* `org/gnome/shell/extensions/nightthemeswitcher/shell-variants`
3. `common/dotfiles/neovim.nix` - Change the following:
* `plugins = with pkgs.vimPlugins` - Add your theme under "Themes"
* `extraConfig` - Change the `colorscheme` section

View file

@ -56,6 +56,7 @@
./gnome/themes/nordic.nix
./gnome/themes/vimix.nix
./gnome/themes/fluent.nix
# You may need to edit which theme you're using in dconf.nix if you remove themes
];
# Idea... Move these to a separate file and tie it into dconf
# sections that load the theme automatically when I want it.