Skip to content

Commit

Permalink
droid: disable stylix temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Jan 14, 2025
1 parent 722d738 commit 36eba0e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions configs/droid/phone/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,4 @@

environment.packages = with pkgs; [zsh];
user.shell = "${pkgs.zsh}/bin/zsh";

stylix = {
enable = true;
autoEnable = false;
targets.terminal.enable = true;
};
}
4 changes: 0 additions & 4 deletions modules/droid/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
{inputs, ...}: {
imports = with inputs; [
stylix.nixosModules.stylix
./stylix
];
}

0 comments on commit 36eba0e

Please sign in to comment.