format with alejandra

This commit is contained in:
Sean Kovacs 2025-12-24 11:29:41 -05:00
commit 71522c6b5d
Signed by: sckova
GPG key ID: 00F325187C68651A
35 changed files with 578 additions and 589 deletions

View file

@ -1,6 +1,8 @@
{ config, pkgs, ... }:
let
{
config,
pkgs,
...
}: let
catppuccin-discord-src = pkgs.fetchFromGitHub {
owner = "catppuccin";
repo = "discord";
@ -52,7 +54,7 @@ let
catppuccin-discord = "${catppuccin-discord-pkg}/dist/catppuccin-${config.catppuccin.flavor}-${config.catppuccin.accent}.theme.css";
mergedThemes = pkgs.runCommand "mergedConfig" { } ''
mergedThemes = pkgs.runCommand "mergedConfig" {} ''
mkdir -p $out
cp ${catppuccin-discord} $out/catppuccin.css
'';
@ -79,9 +81,8 @@ let
height = 1071;
};
};
in
{
home.packages = with pkgs; [ vesktop ];
in {
home.packages = with pkgs; [vesktop];
home.file.".config/vesktop/settings.json" = {
text = builtins.toJSON vesktopSettings;

View file

@ -2,9 +2,9 @@
autoUpdate = true;
autoUpdateNotification = true;
useQuickCss = true;
themeLinks = [ ];
themeLinks = [];
eagerPatches = false;
enabledThemes = [ "catppuccin.css" ];
enabledThemes = ["catppuccin.css"];
enableReactDevtools = false;
frameless = false;
transparent = true;
@ -330,8 +330,8 @@
ImageFilename.enabled = false;
};
uiElements = {
chatBarButtons = { };
messagePopoverButtons = { };
chatBarButtons = {};
messagePopoverButtons = {};
};
notifications = {
timeout = 5000;

View file

@ -5,9 +5,7 @@
config,
lib,
...
}:
{
}: {
home.file.".mozilla/firefox/default/chrome/theme" = {
source = ./chrome/theme;
force = true;

View file

@ -1,6 +1,8 @@
{ config, pkgs, ... }:
let
{
config,
pkgs,
...
}: let
catppuccin-mpv = pkgs.fetchFromGitHub {
owner = "catppuccin";
repo = "mpv";
@ -8,14 +10,13 @@ let
sha256 = "sha256-oUheJNWk2R6gNEmkK8H6PWX0iofx2KMGDoFWtnr420A=";
};
mergedConfig = pkgs.runCommand "mergedConfig" { } ''
mergedConfig = pkgs.runCommand "mergedConfig" {} ''
mkdir -p $out
${pkgs.gnused}/bin/sed 's/#1e1e2e/#000000/g' \
${catppuccin-mpv}/themes/${config.catppuccin.flavor}/${config.catppuccin.accent}.conf \
> $out/mpv.conf
'';
in
{
in {
home.packages = with pkgs; [
(mpv.override {
scripts = with mpvScripts; [