chore: Run nix fmt

This commit is contained in:
Donovan Glover 2024-08-26 21:32:55 -04:00
parent 09b241b088
commit be5f0a6183
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 54 additions and 52 deletions

View File

@ -147,7 +147,9 @@ in
};
environment.systemPackages = mkMerge [
(mkIf bloat (with pkgs; [
(mkIf bloat (
with pkgs;
[
mullvad-browser
spek
audacity
@ -162,7 +164,8 @@ in
ringracers
jamesdsp
texliveFull
]))
]
))
(with nix-config.inputs.sakaya.packages.${pkgs.system}; [ sakaya ])

View File

@ -1,4 +1,9 @@
{ config, lib, pkgs, ... }:
{
config,
lib,
pkgs,
...
}:
let
inherit (lib) singleton;
@ -113,9 +118,7 @@ in
shadowExclude = fadeExclude;
opacityRules = [
"95:class_g = 'Thunar'"
];
opacityRules = [ "95:class_g = 'Thunar'" ];
settings = {
blur = {
@ -123,13 +126,9 @@ in
size = 10;
};
blur-background-exclude = [
"class_g = 'Nemo-desktop'"
];
blur-background-exclude = [ "class_g = 'Nemo-desktop'" ];
clip-shadow-above = [
"class_g = 'dwm'"
];
clip-shadow-above = [ "class_g = 'dwm'" ];
};
};