materusPC: move user config

This commit is contained in:
Mateusz Słodkowicz 2024-10-21 16:37:27 +02:00
parent a1cf15a3ad
commit a14063f51d
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 0 additions and 27 deletions

View File

@ -53,33 +53,6 @@
users.users.materus = {
isNormalUser = true;
extraGroups = [
"audio"
"video"
"render"
"pipewire"
"wheel"
"networkmanager"
"input"
"kvm"
"libvirt-qemu"
"libvirt"
"libvirtd"
"podman"
"scanner"
"lp"
];
shell = pkgs.zsh;
description = "Mateusz Słodkowicz";
openssh.authorizedKeys.keyFiles = [ ("${materusArg.cfg.path}" + "/extraFiles/keys/ssh/materus.pub") ];
};
environment.sessionVariables = { environment.sessionVariables = {
XDG_CACHE_HOME = "\${HOME}/.cache"; XDG_CACHE_HOME = "\${HOME}/.cache";
XDG_CONFIG_HOME = "\${HOME}/.config"; XDG_CONFIG_HOME = "\${HOME}/.config";