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, ...}: {
imports = [
./browsers
./gnome
./media
./xdg.nix
./editors/helix.nix
./editors/neovim.nix
];
# idk where to put this