-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
vivid: modify themes option with custom nix entries
#7979
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
IMO adding another option seems redundant. In any case, we could change the actual |
53c3a8c to
965c8fa
Compare
Fair enough! I guess the current changes make more sense? |
themes option with custom nix entries
965c8fa to
cbf6ef4
Compare
cbf6ef4 to
6adddc1
Compare
Initilize the vivid module with stylix. With the PR nix-community/home-manager#7979 merged, it is possible to configure the module using base16 theming. Closes nix-community#560
Initilize the vivid module with stylix. With the PR nix-community/home-manager#7979 merged, it is possible to configure the module using base16 theming. Closes nix-community#560
Initilize the vivid module with stylix. With the PR nix-community/home-manager#7979 merged, it is possible to configure the module using base16 theming. Closes nix-community#560
Initilize the vivid module with stylix. With the PR nix-community/home-manager#7979 merged, it is possible to configure the module using base16 theming. Closes nix-community#560
Initilize the vivid module with stylix. With the PR nix-community/home-manager#7979 merged, it is possible to configure the module using base16 theming. Closes nix-community#560
Initilize the vivid module with stylix. With the PR nix-community/home-manager#7979 merged, it is possible to configure the module using base16 theming. Closes nix-community#560
Initilize the vivid module with stylix. With the PR nix-community/home-manager#7979 merged, it is possible to configure the module using base16 theming. Closes nix-community#560
Initilize the vivid module with stylix. With the PR nix-community/home-manager#7979 merged, it is possible to configure the module using base16 theming. Closes nix-community#560
Initilize the vivid module with stylix. With the PR nix-community/home-manager#7979 merged, it is possible to configure the module using base16 theming. Closes nix-community#560
Initilize the vivid module with stylix. With the PR nix-community/home-manager/pull/7979 merged, it is possible to configure the module using base16 theming. Closes 560
Description
The current
themesoption only allows for downloading external YAML themes, and not for generating custom ones with Nix code. This will be useful when styling NixOS and home-manager uniformly with stylix, but nonetheless, it is a helpful option to have, in my opinion.@aguirre-matteo would be glad to get some feedback on this!
Checklist
Change is backwards compatible.
Code formatted with
nix fmtornix-shell -p treefmt nixfmt deadnix keep-sorted --run treefmt.Code tested through
nix run .#tests -- test-allornix-shell --pure tests -A run.all.Test cases updated/added. See example.
Commit messages are formatted like
See CONTRIBUTING for more information and recent commit messages for examples.
If this PR adds a new module
If this PR adds an exciting new feature or contains a breaking change.