This commit is contained in:
Tyler Mayoff 2025-11-28 23:39:09 -05:00 committed by Tyle Mayoff
parent 3bd622a151
commit 6d41638222

View file

@ -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;