Many changes

This commit is contained in:
2024-01-25 00:55:35 -07:00
commit f5f1a2b69c
56 changed files with 4123 additions and 0 deletions

7
modules/rofi/home.nix Normal file
View File

@@ -0,0 +1,7 @@
{ ... }: {
programs.rofi = {
enable = true;
location = "top";
};
}