feat: Split the config into default and withPackages
This commit is contained in:
parent
1c27127313
commit
9bd687ef8c
3 changed files with 263 additions and 242 deletions
21
packages.nix
Normal file
21
packages.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
# asciinema
|
||||
asciinema # Terminal recording
|
||||
asciinema-agg # Convert asciinema recordings
|
||||
libnotify # Notifications
|
||||
websocat # For asciinema v2 streams
|
||||
# ^ asciinema
|
||||
|
||||
# useful dev/everyday tools
|
||||
encfs
|
||||
file
|
||||
htop-vim
|
||||
tldr
|
||||
tree
|
||||
# ^ useful dev/everyday tools
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue