aboutsummaryrefslogtreecommitdiff
path: root/hosts/mantis/configuration.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2025-01-14 17:46:42 +0000
committerAkshay <[email protected]>2025-01-14 17:46:42 +0000
commitf2815e157fcdec51d59b791cb3f7d931014235ea (patch)
treeb06c85de4c6bfd490dae7e6dce81b13023efd21d /hosts/mantis/configuration.nix
parent5514b8f6849c904146d5f4c2fcfff0105f8177e1 (diff)
mantis: .
Diffstat (limited to 'hosts/mantis/configuration.nix')
-rw-r--r--hosts/mantis/configuration.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/mantis/configuration.nix b/hosts/mantis/configuration.nix
index 76bf237..d96f321 100644
--- a/hosts/mantis/configuration.nix
+++ b/hosts/mantis/configuration.nix
@@ -55,7 +55,7 @@
55 systemPackages = with pkgs; [ 55 systemPackages = with pkgs; [
56 man-pages 56 man-pages
57 man-pages-posix 57 man-pages-posix
58 (lib.hiPrio pkgs.bashInteractive_5) 58 (lib.hiPrio pkgs.bashInteractive)
59 _2bwm 59 _2bwm
60 ]; 60 ];
61 variables = { 61 variables = {
@@ -80,7 +80,7 @@
80 }; 80 };
81 }; 81 };
82 82
83 hardware.opengl.extraPackages = [ 83 hardware.graphics.extraPackages = [
84 pkgs.vpl-gpu-rt 84 pkgs.vpl-gpu-rt
85 ]; 85 ];
86 86