this does not

This commit is contained in:
2024-11-13 05:22:44 +01:00
parent 96acd705cb
commit 2048c12baa
5 changed files with 35 additions and 16 deletions

View File

@@ -33,6 +33,7 @@ in
# inherit system;
imports = [
./configuration.nix
./steam.nix
];
config = {
system.stateVersion = "24.05";
@@ -81,6 +82,15 @@ in
pkgs.ntfsprogs
pkgs.my-namespace.udev-steelseries
pkgs.my-namespace.hello
# pkgs.nvtopPackages.nvidia
# pkgs.mesa
# pkgs.vulkan-loader
# pkgs.vulkan-validation-layers
# pkgs.vulkan-extension-layer
# pkgs.vulkan-tools
# pkgs.libva
# pkgs.libva-utils
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
]