This commit is contained in:
blahai 2025-04-19 03:44:08 +03:00
parent 02698c1b48
commit ff043bb6c6
No known key found for this signature in database
7 changed files with 154 additions and 248 deletions

View file

@ -0,0 +1,9 @@
{
config,
pkgs,
inputs,
...
}: {
home.packages = with pkgs; [
];
}