nixos-config/modules/themes/home.nix
Glen Goodwin cd74c7b0d4 updates
2023-09-19 12:03:27 -04:00

10 lines
240 B
Nix

{ pkgs, inputs, ... }:
{
imports = [ inputs.nix-colors.homeManagerModules.default ];
# choose a theme from here https://github.com/tinted-theming/base16-schemes/tree/main
colorScheme = inputs.nix-colors.colorSchemes.everforest;
}