home-manager/programs: add shared programs to default.nix
This commit is contained in:
parent
69dac78c20
commit
089a3363ba
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue