Skip to content

Commit

Permalink
Cleaned up woody default
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwclark committed Mar 14, 2024
1 parent 24c70ef commit 7d86884
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions home/woody.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
inputs,
lib,
...
}:
# let
# inherit (inputs.nix-colors) colorSchemes;
# in

{
imports = [
./global
Expand Down Expand Up @@ -41,9 +37,4 @@
./features/zoxide
];

# colorscheme = lib.mkDefault colorSchemes.nord;
# specialisation = {
# light.configuration.colorscheme = colorSchemes.nord;
# };

}

0 comments on commit 7d86884

Please sign in to comment.