Initial commit
This commit is contained in:
commit
69d741b98b
29 changed files with 718 additions and 0 deletions
9
nixosModules/fedfer.nix
Normal file
9
nixosModules/fedfer.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#need to move stuff to home-manager
|
||||
{ pkgs, ... }: {
|
||||
users.users.fedfer = {
|
||||
isNormalUser = true;
|
||||
description = "FedFer";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue