diff --git a/README.md b/README.md index 1cdb366..d1758f5 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,4 @@ sudo nixos-rebuild switch --flake .#muscari - [docs/cheatsheet.md](docs/cheatsheet.md) - quick commands See also [garden.md](garden.md) for host naming scheme. +test diff --git a/home/cli.nix b/home/cli.nix index 7ac0b83..699a0e0 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -69,7 +69,7 @@ programs.bat = { enable = true; config = { - theme = "Catppuccin Mocha"; + theme = "Catppuccin Macchiato"; italic-text = "always"; style = "numbers,changes,header"; }; diff --git a/home/git.nix b/home/git.nix index f0aac5b..d7261c4 100644 --- a/home/git.nix +++ b/home/git.nix @@ -27,7 +27,7 @@ light = false; # dark mode line-numbers = true; side-by-side = false; - syntax-theme = "Catppuccin Mocha"; + syntax-theme = "Catppuccin Macchiato"; }; }; } diff --git a/temp.txt b/temp.txt new file mode 100644 index 0000000..329face --- /dev/null +++ b/temp.txt @@ -0,0 +1 @@ +testing this thing