chore: move some packages out of main home.nix

This commit is contained in:
Zhongheng Liu 2024-09-26 16:50:23 +03:00
commit a479e4633c
No known key found for this signature in database
7 changed files with 63 additions and 10 deletions

View file

@ -0,0 +1,12 @@
{
pkgs,
config,
lib,
...
}: {
imports = [
./util-programs.nix
./office-programs.nix
./discord.nix
];
}