fix(nixos/system): remove unnecessary sessionVariable

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-01-12 01:33:46 -03:00
parent 96553b16d5
commit 4b2e262cdf
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -34,12 +34,6 @@
# Enable networking
networking.networkmanager.enable = true;
# Define variables that will be initialized in PAM.
environment.sessionVariables = {
# Set env for Fcitx5
QMODIFIERS = "@im=fcitx5";
};
# Set fish as the default shell for all users.
users.defaultUserShell = pkgs.fish;