whitespace

This commit is contained in:
Sean Buckley 2023-06-14 03:25:10 -04:00
parent 93488fcb9f
commit e7a6c3f084

View file

@ -1,14 +1,13 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
let let
theme = theme = {
{ BoldForeground = true;
BoldForeground = true; CwdFg = 15;
CwdFg = 15; PathBg = 24;
PathBg = 24; PathFg = 15;
PathFg = 15; SeparatorFg = 16;
SeparatorFg = 16; };
};
args = [ args = [
"-modules=\${remote:+'user,host,'}nix-shell,git,jobs,cwd" "-modules=\${remote:+'user,host,'}nix-shell,git,jobs,cwd"