diff --git a/hosts/randolph/home.nix b/hosts/randolph/home.nix index e418788..1a8a23f 100644 --- a/hosts/randolph/home.nix +++ b/hosts/randolph/home.nix @@ -77,7 +77,7 @@ rec { upower glib # provides trash and mount (latter may supplant udisks2?) xdg-terminal-exec - nwg-displays + wdisplays kalker tldr ] ++ # Basic utilities @@ -103,7 +103,7 @@ rec { shotwell lorien keepassxc - zulip + # zulip # removed temporarily because of electron issue filezilla bitwarden activate-linux @@ -140,7 +140,7 @@ rec { ] ++ # Spell checking # [ papirus-icon-theme ] ++ # Icons # [ vanilla-dmz ] ++ # Cursor - [ keyutils ] ++ # Temp + [ keyutils android-file-transfer ] ++ # Temp [ ]; programs.home-manager.enable = true;