Skip to content

Commit

Permalink
droid: enable stylix
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Jan 15, 2025
1 parent 9b85781 commit fd4ad42
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
8 changes: 7 additions & 1 deletion configs/droid/phone/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
experimental-features = nix-command flakes
'';

environment.packages = with pkgs; [zsh];
environment.packages = with pkgs; [zsh git];

stylix = {
enable = true;
autoEnable = false;
targets.terminal.enable = true;
};
user.shell = "${pkgs.zsh}/bin/zsh";
}
7 changes: 6 additions & 1 deletion modules/droid/default.nix
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
{}
{inputs, ...}: {
imports = with inputs; [
stylix.nixosModules.stylix
./stylix
];
}

0 comments on commit fd4ad42

Please sign in to comment.