From 51ca723366c70ca037d4cf339db1dffcc7714657 Mon Sep 17 00:00:00 2001 From: tootbrute Date: Mon, 13 Jan 2025 22:34:22 +0800 Subject: [PATCH] Update NixOS config. --- nixosModules/base.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nixosModules/base.nix b/nixosModules/base.nix index 9a32728..0b4afb6 100644 --- a/nixosModules/base.nix +++ b/nixosModules/base.nix @@ -117,13 +117,14 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ]; environment.systemPackages = with pkgs; [ # vim # Do not forget to add an editor to edit configuration.ni> - # basic terminal apps + # terminal apps wget curl fastfetch git btop htop + ptyxis # core apps iotas @@ -150,7 +151,7 @@ ]; - # NOT WORKING FIX LATER + # not working # Accelerated Video Playback # nixpkgs.config.packageOverrides = pkgs: { # intel-vaapi-driver = pkgs.intel-vaapi-driver.override { enableHybridCodec = true; };