home/atlas: change colorscheme

This commit is contained in:
Gabriel Fontes
2023-05-04 10:22:28 -03:00
parent 2992878393
commit e75ad34da1
+3 -3
View File
@@ -1,7 +1,7 @@
{ inputs, pkgs, ... }:
{ inputs, ... }:
let
dark-mode = inputs.dark-mode.value;
inherit (inputs.nix-colors.colorSchemes) rose-pine-moon rose-pine-dawn;
inherit (inputs.nix-colors.colorSchemes) tokyo-city-terminal-dark tokyo-city-terminal-light;
in
{
imports = [
@@ -15,7 +15,7 @@ in
];
wallpaper = (import ./wallpapers).towers-ice;
colorscheme = if dark-mode then rose-pine-moon else rose-pine-dawn;
colorscheme = if dark-mode then tokyo-city-terminal-dark else tokyo-city-terminal-light;
# ------ ----- ------
# | DP-3 | | DP-1| | DP-2 |