mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
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:
parent
65a408b56d
commit
3e32e0be02
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user