feat: environments config test

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-01-07 17:36:38 -03:00
parent 4c909faa20
commit ac4493993c
2 changed files with 2 additions and 2 deletions

View File

@@ -6,8 +6,6 @@
../../modules/home-manager/config/terminal.nix
];
# theme.accent = "f38ba8";
programs.bash = {
enable = true;
initExtra = ''

View File

@@ -4,4 +4,6 @@
imports = [
../shared-home.nix
];
theme.accent = "94e2d5";
}