.dotfiles/dot_config/flake/home/hinge/darwin.nix
2025-02-04 15:18:06 -05:00

19 lines
307 B
Nix

{pkgs, ...}: {
# services.aerospace.enable = true;
imports = [
# ../fish.nix
];
users.users."tyler.mayoff".shell = pkgs.fish;
services.sketchybar.enable = true;
system.stateVersion = 5;
environment.systemPackages = with pkgs; [
pinentry_mac
];
programs.fish.enable = true;
}