Formatting

This commit is contained in:
Jimbo 2024-12-25 03:09:10 -05:00
parent ef5d5ecf0d
commit 5cd0be1be9
2 changed files with 4 additions and 3 deletions

View file

@ -115,7 +115,7 @@
spacing = 0;
text-color = mkLiteral "@normal-foreground";
padding = 1;
children = map mkLiteral ["prompt" "textbox-prompt-colon" "entry"];
children = map mkLiteral [ "prompt" "textbox-prompt-colon" "entry"];
};
"#textbox-prompt-colon" = {
expand = false;
@ -127,7 +127,7 @@
};
home.packages = with pkgs; [
rofi-bluetooth
bemoji
rofi-bluetooth
];
}

View file

@ -1,7 +1,8 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
dua p7zip
dua
p7zip
trash-cli
vimv
];