mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-13 03:33:00 -06:00
Update pinebook-pro.nix
This commit is contained in:
parent
fa96595c80
commit
30950c4c31
1 changed files with 2 additions and 3 deletions
|
@ -74,20 +74,19 @@
|
|||
];
|
||||
|
||||
# Define user accounts
|
||||
users.extraUsers.aaronh = {
|
||||
users.users.aaronh = {
|
||||
description = "Aaron Honeycutt";
|
||||
home = "/home/aaronh";
|
||||
extraGroups = [ "wheel" "networkmanager" "adm"];
|
||||
isNormalUser = true;
|
||||
hashedPassword = "$6$aAcbLtqiqzySifls$jdKMOQjoWITHD/dWNNZVUH/qNc6aoJ7v4zYofi0U7IJSVTbmOfChS3mzaJbp57AodjdPNKPrnrip8Nlh2Qanx.";
|
||||
|
||||
|
||||
packages = with pkgs; [
|
||||
fish
|
||||
];
|
||||
|
||||
shell = pkgs.fish;
|
||||
|
||||
|
||||
};
|
||||
|
||||
# Enable Pipewire
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue