chore: refactor

This commit is contained in:
♥ Minnie ♥ 2025-03-08 12:02:30 +08:00
parent e21c3a8a1f
commit f06011e890
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
7 changed files with 50 additions and 45 deletions

View file

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