home-manager/programs: add shared programs to default.nix

This commit is contained in:
Anthony Rodriguez 2024-12-20 18:12:29 +01:00
parent 69dac78c20
commit 089a3363ba
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -1,9 +1,11 @@
{pkgs, ...}: { {pkgs, ...}: {
imports = [ imports = [
./browsers ./browsers
./gnome
./media ./media
./xdg.nix ./xdg.nix
./editors/helix.nix ./editors/helix.nix
./editors/neovim.nix
]; ];
# idk where to put this # idk where to put this