15 lines
276 B
Nix
15 lines
276 B
Nix
{
|
|
firefox = {
|
|
profileNames = [ "default" ];
|
|
colorTheme.enable = true;
|
|
};
|
|
librewolf = {
|
|
profileNames = [ "default" ];
|
|
colorTheme.enable = true;
|
|
};
|
|
kitty.variant256Colors = true;
|
|
gnome.enable = false;
|
|
gtk.enable = false;
|
|
nixvim.enable = false;
|
|
}
|