Update 9/18/2024 00:25

This commit is contained in:
2024-09-18 00:24:37 +09:00
parent d714d14fcd
commit f81f24a954
7 changed files with 28 additions and 11 deletions

View File

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