delete lava

This commit is contained in:
LavaDesu 2021-05-21 07:31:05 +07:00
parent 2a5b42ce9a
commit eb8c1111e3
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 3 additions and 13 deletions

View file

@ -38,12 +38,6 @@
];
nixpkgs.config.allowUnfree = true;
users.users.lava = {
isNormalUser = true;
extraGroups = [ "wheel" ];
shell = pkgs.zsh;
};
i18n.defaultLocale = "en_GB.UTF-8";
console.useXkbConfig = true;
}