Flake parts with x64 and ARM support for devshell on both Linux and Mac
This commit is contained in:
11
nix/user/users.nix
Normal file
11
nix/user/users.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{ config, pkgs, ... }: {
|
||||
users.users = {
|
||||
sezycei = {
|
||||
isNormalUser = true;
|
||||
passwordFile = config.age.secrets.sezycei.path;
|
||||
extraGroups = [ "wheel" ];
|
||||
packages = with pkgs; [ byobu tmux stack ];
|
||||
};
|
||||
torrent = { isNormalUser = true; };
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user