Nix Based Dark Light Theme Switch
Overview Nixos configuration in a matter of theming is very useful. There are several tools to define color-theme globally and re-use defined color variables to configure any program you want, for example, nix-colors or stylix. When you change a theme and switch configuration nix normally it will rebuild programm configuration file and re-start such program if it doesn’t support live configuration reloading. Such a behavior can be utilized for theme-switching without the help of any other tool or custom scripts. ...