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
10 lines
106 B
Nix
10 lines
106 B
Nix
{
|
|
enable = true;
|
|
profiles = {
|
|
main = {
|
|
isDefault = true;
|
|
name = "Main";
|
|
};
|
|
};
|
|
}
|