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

@ -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
]; ];