last update

for x11 for a while
This commit is contained in:
alsaiduq-lab 2025-09-20 00:33:23 -06:00
parent 1e42a87ce3
commit 346c1fd1de
5 changed files with 41 additions and 28 deletions

View file

@ -0,0 +1,6 @@
{pkgs, ...}: {
home.packages = with pkgs; [
ani-cli
aria2
];
}