Skip to content

Commit

Permalink
droid: disable stylix targets except nixvim
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Jul 6, 2024
1 parent a31f20d commit 19f7d25
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions configs/home/droid/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{...}: {
stylix = {
enable = true;
autoEnable = false;
targets = {
nixvim.enable = true;
};
};

# Terminal
programs.zsh.enable = true;
programs.starship.enable = true;
Expand Down

0 comments on commit 19f7d25

Please sign in to comment.