changes
This commit is contained in:
@@ -34,6 +34,7 @@ in
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./steam.nix
|
||||
./video.nix
|
||||
];
|
||||
config = {
|
||||
system.stateVersion = "24.05";
|
||||
@@ -52,6 +53,8 @@ in
|
||||
appimage-run
|
||||
inputs.game-of-life.packages.x86_64-linux.default
|
||||
inputs.nixos-cosmic
|
||||
minecraft
|
||||
trilium-desktop
|
||||
# thunderbird
|
||||
];
|
||||
};
|
||||
@@ -71,7 +74,7 @@ in
|
||||
|
||||
# Install firefox.
|
||||
programs.firefox.enable = true;
|
||||
|
||||
nixpkgs.config.allowBroken = true;
|
||||
# Set up system Packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
@@ -82,15 +85,18 @@ in
|
||||
pkgs.ntfsprogs
|
||||
pkgs.my-namespace.udev-steelseries
|
||||
pkgs.my-namespace.hello
|
||||
pks.
|
||||
|
||||
pkgs.nvtopPackages.nvidia
|
||||
pkgs.mesa
|
||||
pkgs.vulkan-loader
|
||||
pkgs.vulkan-validation-layers
|
||||
pkgs.vulkan-extension-layer
|
||||
pkgs.vulkan-tools
|
||||
pkgs.libva
|
||||
pkgs.libva-utils
|
||||
|
||||
# stuff I installed to try to get gamescope to work to no avail Gamescope is just broken it seems.
|
||||
# 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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user