materusPC: change materus shell to zsh, group formatting
This commit is contained in:
parent
b485f8a228
commit
fe49e00096
|
@ -89,8 +89,22 @@
|
||||||
|
|
||||||
users.users.materus = {
|
users.users.materus = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "audio" "video" "render" "pipewire" "wheel" "networkmanager" "input" "kvm" "libvirt-qemu" "libvirt" "libvirtd" "podman" "lxd" ]; # Enable ‘sudo’ for the user.
|
extraGroups = [
|
||||||
shell = pkgs.bashInteractive;
|
"audio"
|
||||||
|
"video"
|
||||||
|
"render"
|
||||||
|
"pipewire"
|
||||||
|
"wheel"
|
||||||
|
"networkmanager"
|
||||||
|
"input"
|
||||||
|
"kvm"
|
||||||
|
"libvirt-qemu"
|
||||||
|
"libvirt"
|
||||||
|
"libvirtd"
|
||||||
|
"podman"
|
||||||
|
"lxd"
|
||||||
|
]; # Enable ‘sudo’ for the user.
|
||||||
|
shell = pkgs.zsh;
|
||||||
description = "Mateusz Słodkowicz";
|
description = "Mateusz Słodkowicz";
|
||||||
# packages = with pkgs; [
|
# packages = with pkgs; [
|
||||||
# firefox
|
# firefox
|
||||||
|
@ -237,7 +251,7 @@
|
||||||
|
|
||||||
nix-du
|
nix-du
|
||||||
|
|
||||||
|
|
||||||
kate
|
kate
|
||||||
krusader
|
krusader
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue