This commit is contained in:
mjallen18
2025-02-08 18:42:19 -06:00
parent 4ac8af3f28
commit 3a25db1431
3 changed files with 71 additions and 11 deletions

View File

@@ -30,6 +30,7 @@
optimise.automatic = lib.mkDefault true;
};
networking.hostName = "steamdeck";
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
# Set your time zone.
@@ -62,10 +63,11 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
# environment.systemPackages = with pkgs; [
environment.systemPackages = with pkgs; [
plymouth
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
# ];
];
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
@@ -89,7 +91,7 @@
# Copy the NixOS configuration file and link it from the resulting system
# (/run/current-system/configuration.nix). This is useful in case you
# accidentally delete configuration.nix.
system.copySystemConfiguration = true;
# system.copySystemConfiguration = true;
# This option defines the first version of NixOS you have installed on this particular machine,
# and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.