nix-dotfiles/programs/thunderbird.nix
vorboyvo 51c4c60399 enabled tailscale
removed the dumb xdg terminal exec flake; look into this later
replaced kitty with wezterm as terminal emulator. look into problems with WM-related crashes
added gimp, inkscape, factorio, ibm plex fonts to home packages
added VISUAL=nvim to bash profile
added thunderbird
added options to neovim init.lua
2024-01-23 10:45:26 -05:00

10 lines
106 B
Nix

{
enable = true;
profiles = {
main = {
isDefault = true;
name = "Main";
};
};
}