users/foo-dogsquared: update profile

i18n module is disabled by default now that there are easy multiple ways
of setting your i18n either through fcitx5 from Flatpak or from NixOS
config which will be overridden by this user config.
This commit is contained in:
Gabriel Arazas 2022-07-14 08:00:33 +08:00
parent 65a408b56d
commit 3e32e0be02

View File

@ -111,7 +111,6 @@ in {
# My custom modules.
profiles = {
i18n.enable = true;
dev = {
enable = true;
shell.enable = true;
@ -129,7 +128,7 @@ in {
services.bleachbit.enable = true;
home.sessionVariables = {
systemd.user.sessionVariables = {
MANPAGER = "nvim +Man!";
EDITOR = "nvim";
};