mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
user
This commit is contained in:
parent
3bd622a151
commit
6d41638222
1 changed files with 7 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{outputs, ...}: {
|
||||
{pkgs, outputs, ...}: {
|
||||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
|
|
@ -63,14 +63,12 @@
|
|||
# Enable touchpad support (enabled default in most desktopManager).
|
||||
# services.libinput.enable = true;
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
# users.users.alice = {
|
||||
# isNormalUser = true;
|
||||
# extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||
# packages = with pkgs; [
|
||||
# tree
|
||||
# ];
|
||||
# };
|
||||
users.users.tyler = {
|
||||
isNormalUser = true;
|
||||
description = "tyler";
|
||||
extraGroups = ["wheel"];
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
|
||||
# programs.firefox.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue