Updates
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
imports = [ ../quickly.nix ];
|
||||
}
|
||||
config = {
|
||||
users.users.nixos = {
|
||||
isNormalUser = true;
|
||||
password = "password123";
|
||||
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||
packages = with pkgs; [
|
||||
tmux
|
||||
htop
|
||||
tree
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user