major DESKTOP changes

This commit is contained in:
biscuit
2025-06-30 13:05:11 -05:00
parent 71c6d75ff7
commit 4271d20f44
11 changed files with 311 additions and 11 deletions
+8
View File
@@ -0,0 +1,8 @@
{pkgs, ...}: {
programs.rofi = {
enable = true;
plugins = with pkgs; [
rofi-calc
];
};
}