add laptop version
This commit is contained in:
parent
0ba7bf856f
commit
c7db34c243
729 changed files with 286689 additions and 18 deletions
10
hosts/nixos-laptop/config/user.nix
Normal file
10
hosts/nixos-laptop/config/user.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
users.users.afoucaultc = {
|
||||
isNormalUser = true;
|
||||
description = "afoucaultc";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
programs.zsh.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue