Move blender to its own module
This commit is contained in:
parent
8c7491481b
commit
fb4fc6aa43
3 changed files with 5 additions and 2 deletions
3
hm_modules/blender.nix
Normal file
3
hm_modules/blender.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs.unstable; [ blender ffmpeg ];
|
||||
}
|
||||
|
|
@ -8,7 +8,6 @@
|
|||
packages = with pkgs; [
|
||||
arandr
|
||||
bitwarden
|
||||
blender
|
||||
btop
|
||||
cava
|
||||
dmenu
|
||||
|
|
@ -116,6 +115,7 @@
|
|||
|
||||
../hm_modules/alacritty.nix
|
||||
../hm_modules/autorandr.nix
|
||||
../hm_modules/blender.nix
|
||||
../hm_modules/bspwm.nix
|
||||
../hm_modules/cava.nix
|
||||
../hm_modules/easyeffects.nix
|
||||
|
|
|
|||
|
|
@ -69,7 +69,6 @@
|
|||
teams
|
||||
transmission-gtk
|
||||
unstable.authy
|
||||
unstable.blender
|
||||
unstable.obsidian
|
||||
unstable.spotify
|
||||
unstable.thunderbird
|
||||
|
|
@ -98,6 +97,7 @@
|
|||
|
||||
../hm_modules/alacritty.nix
|
||||
../hm_modules/autorandr.nix
|
||||
../hm_modules/blender.nix
|
||||
../hm_modules/bspwm.nix
|
||||
../hm_modules/cava.nix
|
||||
../hm_modules/easyeffects.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue