config/users/fish/user.nix

14 lines
582 B
Nix
Raw Permalink Normal View History

2025-07-04 23:44:41 -07:00
rec {
username = "fish"; # username
name = "Fish"; # name/identifier
2025-08-18 18:34:01 -07:00
email = "77413091+JulianBarbera@users.noreply.github.com"; # email (used for certain configurations)
2025-07-04 23:44:41 -07:00
dotfilesDir = "~/config"; # absolute path of the local repo
theme = "catppuccin-mocha"; # name of theme that stylix will use
2025-08-31 16:54:23 -07:00
browser = "zen-browser"; # Default browser; must select one from ./user/app/browser/
2025-07-04 23:44:41 -07:00
term = "ghostty"; # Default terminal command;
font = "iosevka"; # Selected font
editor = "neovim"; # Default editor;
timeZone = "America/Los_Angeles";
sexuality = "transgender";
}