remove user config from modules

This commit is contained in:
Histausse 2023-05-06 23:34:55 +02:00
parent 41dfde7216
commit 2a9fcd451e

View file

@ -44,13 +44,6 @@ in {
keyMap = "fr";
};
users.users.histausse = {
isNormalUser = true;
extraGroups = [
"wheel"
];
};
environment.systemPackages = with pkgs; [
vim
git