diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-04-07 15:50:45 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-04-07 15:50:45 -0400 |
| commit | 3be52f10d1ed9844da116ad9364099d72cb6ded4 (patch) | |
| tree | 092b460f8c065396c7bd9dbcb808f0e9d46f2ca4 /void | |
| parent | 993ee553170d01d3d0e7bcef7afc05b80f15b10a (diff) | |
| download | home-3be52f10d1ed9844da116ad9364099d72cb6ded4.tar.gz | |
added colorscheme modularity
Diffstat (limited to 'void')
| -rw-r--r-- | void/home.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/void/home.nix b/void/home.nix index 7a9fba5..5f03175 100644 --- a/void/home.nix +++ b/void/home.nix @@ -17,7 +17,8 @@ }; foot.enable = true; - colors.mountain.enable = true; + # colors.mountain.enable = true; + colors.default-dark.enable = true; gpg.enable = true; pass = { |