mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
whitespace
This commit is contained in:
parent
93488fcb9f
commit
e7a6c3f084
1 changed files with 7 additions and 8 deletions
|
@ -1,14 +1,13 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
let
|
||||
|
||||
theme =
|
||||
{
|
||||
BoldForeground = true;
|
||||
CwdFg = 15;
|
||||
PathBg = 24;
|
||||
PathFg = 15;
|
||||
SeparatorFg = 16;
|
||||
};
|
||||
theme = {
|
||||
BoldForeground = true;
|
||||
CwdFg = 15;
|
||||
PathBg = 24;
|
||||
PathFg = 15;
|
||||
SeparatorFg = 16;
|
||||
};
|
||||
|
||||
args = [
|
||||
"-modules=\${remote:+'user,host,'}nix-shell,git,jobs,cwd"
|
||||
|
|
Loading…
Reference in a new issue