This commit is contained in:
2026-06-30 10:59:25 +09:00
parent 562e5d0e97
commit d0c05a7b85
16 changed files with 196 additions and 65 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
firefox
firefox-bin
vimb
];
}