add steam, nvidia drivers, and fix gnome titlebars

This commit is contained in:
2024-11-09 20:33:21 +01:00
parent 4244e6918a
commit 5325c20286
4 changed files with 48 additions and 12 deletions

View File

@@ -6,8 +6,9 @@
{
imports =
[ # Include the results of the hardware scan.
[
./hardware-configuration.nix
./nvidia.nix
];
# Bootloader.
@@ -80,16 +81,6 @@
# Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true;
# Define a user account. Don't forget to set a password with passwd.
users.users.andreas = {
isNormalUser = true;
description = "Andreas Schaafsma";
extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [
# thunderbird
];
};
# Install firefox.
programs.firefox.enable = true;