Flake: Fix shells

This commit is contained in:
soraefir
2023-11-24 16:57:46 +01:00
parent 67fd69f9bc
commit b44e6d9e5b
6 changed files with 85 additions and 77 deletions

View File

@ -1,9 +1,9 @@
{ config, ... }: {
imports = [ ./sorahiro_soft.nix ];
{ config, ... }: {
imports = [ ./sorahiro_soft.nix ];
colorScheme.colors.border-radius = "#8";
colorScheme.colors.border-width = "#2";
colorScheme.colors.gaps-screen = "#8";
colorScheme.colors.gaps-window = "#4";
colorScheme.colors.gaps-bar = "#32";
colorScheme.colors.border-radius = "#8";
colorScheme.colors.border-width = "#2";
colorScheme.colors.gaps-screen = "#8";
colorScheme.colors.gaps-window = "#4";
colorScheme.colors.gaps-bar = "#32";
}