mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 19:10:21 +00:00
Nyx: add rocm-smi & bottles
This commit is contained in:
parent
5706329ff6
commit
89f740c823
1 changed files with 2 additions and 1 deletions
|
@ -173,7 +173,6 @@
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
package = pkgs.lix;
|
|
||||||
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||||
settings = {
|
settings = {
|
||||||
experimental-features = [ "nix-command" "flakes" "auto-allocate-uids" ];
|
experimental-features = [ "nix-command" "flakes" "auto-allocate-uids" ];
|
||||||
|
@ -206,6 +205,7 @@
|
||||||
qt.enable = true;
|
qt.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
bottles
|
||||||
ffmpeg-full
|
ffmpeg-full
|
||||||
gst_all_1.gstreamer
|
gst_all_1.gstreamer
|
||||||
gst_all_1.gst-libav
|
gst_all_1.gst-libav
|
||||||
|
@ -223,6 +223,7 @@
|
||||||
socat
|
socat
|
||||||
btrfs-progs
|
btrfs-progs
|
||||||
btop
|
btop
|
||||||
|
rocmPackages.rocm-smi
|
||||||
hyprcursor
|
hyprcursor
|
||||||
grimblast
|
grimblast
|
||||||
neovim
|
neovim
|
||||||
|
|
Loading…
Reference in a new issue