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

View file

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