changes to modules + adoption of PC
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
users.users.aariz = {
|
||||
isNormalUser = true;
|
||||
description = "Aariz Khokhar";
|
||||
packages = with pkgs; [ google-chrome ];
|
||||
shell = pkgs.bash;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user