From 51a59a4c2b08cec583e2c5dfda07ecc03e42d322 Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Mon, 19 Aug 2024 10:37:06 -0400 Subject: [PATCH] Added dolphin okular flightgear activate-linux jre-minimal. --- hosts/randolph/home.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/randolph/home.nix b/hosts/randolph/home.nix index e380301..ff437f1 100644 --- a/hosts/randolph/home.nix +++ b/hosts/randolph/home.nix @@ -94,6 +94,7 @@ in { [ qutebrowser cinnamon.nemo + libsForQt5.dolphin gnome.file-roller cinnamon.nemo-fileroller evince @@ -117,8 +118,9 @@ in { filezilla bitwarden gwenview + libsForQt5.okular ] ++ # Personalized selection of graphical apps - [ mons shticker-book-unwritten ] ++ # Games + [ mons shticker-book-unwritten flightgear ] ++ # Games [ swaybg bemenu j4-dmenu-desktop ] ++ # Sway- and Wayland-related packages [ noto-fonts @@ -132,7 +134,7 @@ in { ] ++ # Fonts # [ papirus-icon-theme ] ++ # Icons # [ vanilla-dmz ] ++ # Cursor - [ ] ++ # Temp + [ activate-linux jre_minimal ] ++ # Temp [ ]; programs.home-manager.enable = true;