This commit is contained in:
biscuit
2025-06-02 14:05:20 -05:00
parent c794974b20
commit ba7174224c
9 changed files with 13 additions and 6 deletions
+2
View File
@@ -1,5 +1,7 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
delfin
rofi
rofi-calc
];
}