users/foo-dogsquared/setups/development: update dev't app list

This commit is contained in:
Gabriel Arazas 2024-03-27 16:36:38 +08:00
parent 6965e6e013
commit c68dd0bf64
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -78,8 +78,7 @@ in
(lib.mkIf (userCfg.setups.desktop.enable && pkgs.stdenv.isLinux) { (lib.mkIf (userCfg.setups.desktop.enable && pkgs.stdenv.isLinux) {
home.packages = with pkgs; [ home.packages = with pkgs; [
bustle # Hustle with some d-bus Bustle. d-spy # Some GNOME dev probably developed this.
dfeet # Some GNOME dev probably developed this.
]; ];
}) })
]); ]);