From 4037dfa7f46918d1dad1adcee87574b2e4553a23 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Thu, 29 Aug 2024 13:44:39 -0500 Subject: [PATCH] cyclone: Add several desktop apps --- hosts/cyclone/configuration.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hosts/cyclone/configuration.nix b/hosts/cyclone/configuration.nix index a516f1e..214a290 100644 --- a/hosts/cyclone/configuration.nix +++ b/hosts/cyclone/configuration.nix @@ -109,14 +109,17 @@ # Standard system utilities. # The bulk of user-specific packages should go within the home-manager configuration. environment.systemPackages = with pkgs; [ + cider discord + firefox htop git gnome-tweaks - firefox + gnomeExtensions.appindicator + seafile-client + telegram-desktop tmux vim - vscode wget ];