Add comments
This commit is contained in:
parent
ec178766bf
commit
ef4b12b618
2 changed files with 14 additions and 1 deletions
14
README.md
14
README.md
|
@ -19,4 +19,16 @@ Repo for nix configuration files
|
||||||
|
|
||||||
#### Root
|
#### Root
|
||||||
* `flake.nix` - The main configuration file for all systems
|
* `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
|
|
@ -56,6 +56,7 @@
|
||||||
./gnome/themes/nordic.nix
|
./gnome/themes/nordic.nix
|
||||||
./gnome/themes/vimix.nix
|
./gnome/themes/vimix.nix
|
||||||
./gnome/themes/fluent.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
|
# Idea... Move these to a separate file and tie it into dconf
|
||||||
# sections that load the theme automatically when I want it.
|
# sections that load the theme automatically when I want it.
|
||||||
|
|
Loading…
Reference in a new issue