Skip to content

Commit

Permalink
Use nord theme
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed May 16, 2024
1 parent 12939c1 commit 03c9bfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ in {
pkgs.monaspace
];
aws.enable = true;
theme = "papercolor";
theme = "nord";
vscode-theme = "Dracula";
defaults = {
browser = "brave";
terminal = "alacritty";
};
is-dark-theme = false;
is-dark-theme = true;
}
// (
if isLinux
Expand Down

0 comments on commit 03c9bfc

Please sign in to comment.