refactor
This commit is contained in:
parent
92cfae9488
commit
648602c92e
11 changed files with 13 additions and 19 deletions
10
users/alt/system.nix
Normal file
10
users/alt/system.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
users.users.alt = {
|
||||
isNormalUser = true;
|
||||
description = "Alt";
|
||||
extraGroups = [ "networkmanager" ];
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue