foot, vintage fonts, scope operator

This commit is contained in:
atagen 2025-08-12 15:47:26 +10:00
parent 8d77e96d89
commit 5575604452
46 changed files with 803 additions and 702 deletions

View file

@ -1,10 +1,13 @@
{ pkgs, ... }:
{
home.packages = builtins.attrValues {
inherit (pkgs)
file-roller
nautilus
;
};
pkgs,
scope,
getPkgs,
...
}:
scope "home.packages"
<| getPkgs {
inherit (pkgs)
file-roller
nautilus
;
}