perf: Home-manager to module
feat: Optionise config
This commit is contained in:
22
modules/user/packages/utils.nix
Normal file
22
modules/user/packages/utils.nix
Normal file
@ -0,0 +1,22 @@
|
||||
{ pkgs, inputs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
scrot
|
||||
ffmpeg
|
||||
yt-dlp
|
||||
bat
|
||||
fd
|
||||
feh
|
||||
imv
|
||||
gromit-mpx
|
||||
notify-desktop
|
||||
rtorrent
|
||||
gparted
|
||||
git-lfs
|
||||
unrar
|
||||
inputs.tlock.packages.${system}.default
|
||||
hexyl
|
||||
jq
|
||||
litecli
|
||||
trashy
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user