diff options
Diffstat (limited to 'hosts/phobos')
-rw-r--r-- | hosts/phobos/home.nix | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/hosts/phobos/home.nix b/hosts/phobos/home.nix index ac3b6ff..15575f9 100644 --- a/hosts/phobos/home.nix +++ b/hosts/phobos/home.nix @@ -9,11 +9,13 @@ in calibre qtcreator kcc - custom.adl - custom.trackma - custom.kindlegen - custom.manga-cli - ]; + ] ++ + (with pkgs.custom; [ + adl + trackma + kindlegen + manga-cli + ]); programs.firefox.profiles.default.settings = { "media.ffmpeg.vaapi.enabled" = true; #Hardware acceleration |