diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/luna/home.nix | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/hosts/luna/home.nix b/hosts/luna/home.nix index 295d312..c79241e 100644 --- a/hosts/luna/home.nix +++ b/hosts/luna/home.nix @@ -4,17 +4,18 @@ let in { home.packages = with pkgs; [ - #minecraft - #jetbrains.idea-community + jetbrains.idea-community xorg.xmodmap 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 |