chore: move some packages out of main home.nix
This commit is contained in:
parent
4f6d4cba4a
commit
a479e4633c
7 changed files with 63 additions and 10 deletions
15
home-manager/stvnliu/packages/util-programs.nix
Normal file
15
home-manager/stvnliu/packages/util-programs.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
bottom
|
||||
libnotify
|
||||
tree
|
||||
android-file-transfer
|
||||
mtpfs
|
||||
usbutils
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue