Update NixOS config.
This commit is contained in:
parent
380db8a377
commit
51ca723366
1 changed files with 3 additions and 2 deletions
|
@ -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; };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue