mirror of
https://github.com/deltathetawastaken/dotfiles.git
synced 2025-12-06 07:16:37 +03:00
test user
This commit is contained in:
parent
d1571cc5f8
commit
c993d877d7
|
|
@ -106,6 +106,12 @@
|
||||||
inputs.telegram-desktop-patched-unstable.packages.${pkgs.system}.default
|
inputs.telegram-desktop-patched-unstable.packages.${pkgs.system}.default
|
||||||
];
|
];
|
||||||
|
|
||||||
|
users.users.test = {
|
||||||
|
isNormalUser = true;
|
||||||
|
description = "test";
|
||||||
|
extraGroups = [ "networkmanager" "wheel" "docker"];
|
||||||
|
};
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
gnome.excludePackages = [
|
gnome.excludePackages = [
|
||||||
#pkgs.gnome-connections
|
#pkgs.gnome-connections
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue