Update NixOS config.

This commit is contained in:
Elias Gasparis 2025-01-13 22:34:22 +08:00
parent 380db8a377
commit 51ca723366

View file

@ -117,13 +117,14 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.ni> # vim # Do not forget to add an editor to edit configuration.ni>
# basic terminal apps # terminal apps
wget wget
curl curl
fastfetch fastfetch
git git
btop btop
htop htop
ptyxis
# core apps # core apps
iotas iotas
@ -150,7 +151,7 @@
]; ];
# NOT WORKING FIX LATER # not working
# Accelerated Video Playback # Accelerated Video Playback
# nixpkgs.config.packageOverrides = pkgs: { # nixpkgs.config.packageOverrides = pkgs: {
# intel-vaapi-driver = pkgs.intel-vaapi-driver.override { enableHybridCodec = true; }; # intel-vaapi-driver = pkgs.intel-vaapi-driver.override { enableHybridCodec = true; };