feat: tidying up some stuff

This commit is contained in:
Nick 2025-01-24 22:56:53 -06:00
parent 9526cf7ca4
commit 3c86475c02
13 changed files with 65 additions and 38 deletions

0
home/modules/cli/development/langauges/default.nix Normal file → Executable file
View file

View file

@ -0,0 +1,11 @@
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
file-roller
;
};
}

View file

@ -0,0 +1,11 @@
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
unzip
;
};
}