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 = [ imports = [
# Include the results of the hardware scan. # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
@ -63,14 +63,12 @@
# Enable touchpad support (enabled default in most desktopManager). # Enable touchpad support (enabled default in most desktopManager).
# services.libinput.enable = true; # services.libinput.enable = true;
# Define a user account. Don't forget to set a password with passwd. users.users.tyler = {
# users.users.alice = { isNormalUser = true;
# isNormalUser = true; description = "tyler";
# extraGroups = [ "wheel" ]; # Enable sudo for the user. extraGroups = ["wheel"];
# packages = with pkgs; [ shell = pkgs.fish;
# tree };
# ];
# };
# programs.firefox.enable = true; # programs.firefox.enable = true;