users/foo-dogsquared/setups/development: add desktop devtools

This commit is contained in:
Gabriel Arazas 2023-12-23 18:39:08 +08:00
parent 6ffe9a4613
commit ab6cab736d
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

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