-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
29eb9be
commit f14b7f8
Showing
17 changed files
with
36 additions
and
176 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,36 @@ | ||
{ | ||
pkgs, | ||
... | ||
}: | ||
|
||
{ | ||
imports = [ | ||
# ./blender.nix | ||
# ./darktable.nix | ||
# ./digikam.nix | ||
# ./drawio.nix | ||
./eye.nix | ||
./ffmpeg.nix | ||
# ./gimp.nix | ||
./graphviz.nix | ||
./gstreamer.nix | ||
# ./handbrake.nix | ||
./imagemagick.nix | ||
# ./inkscape.nix | ||
# ./kdenlive.nix | ||
# ./krita.nix | ||
./mpv.nix | ||
./music.nix | ||
./ncmp.nix | ||
# ./obs.nix | ||
./playerctl.nix | ||
./vlc.nix | ||
./yt-dlp.nix | ||
]; | ||
|
||
home.packages = with pkgs; [ | ||
# blender-hip # Includes blender and thumbnailer | ||
# darktable # RAW photo editor | ||
# digikam # Photo management | ||
# drawio # Diagram editor | ||
eog # Gnome Image viewer | ||
ffmpeg # Multimedia framework | ||
# gimp # Image editor | ||
graphviz # Graph visualization | ||
# handbrake # Video transcoder | ||
imagemagick # Image manipulation | ||
# inkscape # Vector graphics editor | ||
# kdenlive # Video editor | ||
# krita # Digital painting | ||
spotify | ||
termusic | ||
vlc # Media player | ||
]; | ||
} | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
pkgs, | ||
... | ||
}: | ||
|
||
{ | ||
|
||
programs.ncmpcpp = { | ||
package = pkgs.ncmpcpp.override { visualizerSupport = true; }; | ||
enable = false; | ||
}; | ||
|
||
} |
This file was deleted.
Oops, something went wrong.