feat: format

This commit is contained in:
Barrett Ruth 2026-02-11 16:36:20 -05:00
parent c01d20f1e9
commit e5dde133ea
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
6 changed files with 35 additions and 64 deletions

View file

@ -23,24 +23,27 @@ let
sqlite = true;
in
{
home.packages = with pkgs; [
awscli2
pure-prompt
xclip
tree
jq
curl
wget
unzip
tesseract
gnumake
gcc
file
ffmpeg
poppler-utils
librsvg
imagemagick
];
home.packages =
with pkgs;
[
awscli2
pure-prompt
xclip
tree
jq
curl
wget
unzip
tesseract
gnumake
gcc
file
ffmpeg
poppler-utils
librsvg
imagemagick
]
++ lib.optionals rust [ rustup ];
home.sessionVariables = lib.mkMerge [
{

View file

@ -176,7 +176,6 @@ in
xdg.configFile."rofi/themes/daylight.rasi".source =
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/.config/nix/config/rofi/themes/daylight.rasi";
services.dunst = {
enable = true;
settings = {