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