forked from Shinonome/omarchy-nix
Update themes to use nix-colors base16
This commit is contained in:
@@ -4,6 +4,9 @@ inputs: {
|
||||
...
|
||||
}: let
|
||||
packages = import ../packages.nix {inherit pkgs;};
|
||||
|
||||
themes = import ../themes.nix;
|
||||
selectedTheme = themes.${config.omarchy.theme};
|
||||
in {
|
||||
imports = [
|
||||
(import ./hyprland.nix inputs)
|
||||
@@ -25,6 +28,8 @@ in {
|
||||
|
||||
home.packages = packages.homePackages;
|
||||
|
||||
colorScheme = inputs.nix-colors.colorSchemes.${selectedTheme.base16-theme};
|
||||
|
||||
dconf.settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
|
||||
Reference in New Issue
Block a user