diff options
author | Freya Murphy <freya@freyacat.org> | 2025-02-01 21:54:07 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-02-01 21:54:07 -0500 |
commit | 7f02f9ecc47d5e1767caacaeaab701a9b65aaf00 (patch) | |
tree | b2f20b364798e87fdc7458996e3854467b4442d2 /nix | |
parent | fix hy3 theme (diff) | |
download | dotfiles-nix-7f02f9ecc47d5e1767caacaeaab701a9b65aaf00.tar.gz dotfiles-nix-7f02f9ecc47d5e1767caacaeaab701a9b65aaf00.tar.bz2 dotfiles-nix-7f02f9ecc47d5e1767caacaeaab701a9b65aaf00.zip |
vulkan devel
Diffstat (limited to 'nix')
-rw-r--r-- | nix/home/default.nix | 16 | ||||
-rw-r--r-- | nix/system/default.nix | 2 |
2 files changed, 18 insertions, 0 deletions
diff --git a/nix/home/default.nix b/nix/home/default.nix index 52c97f9..80fad1f 100644 --- a/nix/home/default.nix +++ b/nix/home/default.nix @@ -19,6 +19,7 @@ home-manager # c / c++ gcc + gnumake nasm pkg-config # rust @@ -51,19 +52,34 @@ blender unityhub vrc-get + # rendering + freealut + glfw + glm + openal + shaderc + stb + vulkan-headers + vulkan-loader + vulkan-tools + vulkan-validation-layers # programs blueman easyeffects fd gimp + grub2 imagemagick imv jq + libisoburn libnotify libreoffice-fresh mpv pavucontrol pfetch-rs + python3 + qemu rsync starship thunderbird diff --git a/nix/system/default.nix b/nix/system/default.nix index 5d435f4..e33d0d6 100644 --- a/nix/system/default.nix +++ b/nix/system/default.nix @@ -19,11 +19,13 @@ zsh # utility acpi + alsa-utils curl dig file htop killall + mlocate openssh p7zip ripgrep |