mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Improved media editing on hyprland
This commit is contained in:
parent
363cc405b9
commit
bd23b3785b
3 changed files with 16 additions and 3 deletions
|
@ -110,12 +110,16 @@
|
|||
# Media
|
||||
gimp
|
||||
krita
|
||||
pinta
|
||||
inkscape
|
||||
(pkgs-stable.lollypop.override { youtubeSupport = false; })
|
||||
vlc
|
||||
mpv
|
||||
yt-dlp
|
||||
blender-hip
|
||||
(blender-hip.override {
|
||||
cudaSupport = true;
|
||||
})
|
||||
libresprite
|
||||
# cura is moderately broken on wayland, so use xwayland
|
||||
(pkgs-stable.cura.overrideAttrs (oldAttrs: {
|
||||
postInstall = oldAttrs.postInstall + ''cp -rf ${(pkgs.makeDesktopItem {
|
||||
|
@ -179,7 +183,8 @@
|
|||
libffi zlib
|
||||
nodePackages.ungit
|
||||
ventoy
|
||||
]) ++ ([ pkgs-kdenlive.kdenlive ]);
|
||||
kdePackages.kdenlive
|
||||
]);
|
||||
|
||||
home.file.".local/share/pixmaps/nixos-snowflake-stylix.svg".source =
|
||||
config.lib.stylix.colors {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue