mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-30 22:25:02 +02:00
chore: Run nix fmt
This commit is contained in:
parent
09b241b088
commit
be5f0a6183
@ -147,7 +147,9 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = mkMerge [
|
environment.systemPackages = mkMerge [
|
||||||
(mkIf bloat (with pkgs; [
|
(mkIf bloat (
|
||||||
|
with pkgs;
|
||||||
|
[
|
||||||
mullvad-browser
|
mullvad-browser
|
||||||
spek
|
spek
|
||||||
audacity
|
audacity
|
||||||
@ -162,7 +164,8 @@ in
|
|||||||
ringracers
|
ringracers
|
||||||
jamesdsp
|
jamesdsp
|
||||||
texliveFull
|
texliveFull
|
||||||
]))
|
]
|
||||||
|
))
|
||||||
|
|
||||||
(with nix-config.inputs.sakaya.packages.${pkgs.system}; [ sakaya ])
|
(with nix-config.inputs.sakaya.packages.${pkgs.system}; [ sakaya ])
|
||||||
|
|
||||||
|
@ -1,4 +1,9 @@
|
|||||||
{ config, lib, pkgs, ... }:
|
{
|
||||||
|
config,
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit (lib) singleton;
|
inherit (lib) singleton;
|
||||||
@ -113,9 +118,7 @@ in
|
|||||||
|
|
||||||
shadowExclude = fadeExclude;
|
shadowExclude = fadeExclude;
|
||||||
|
|
||||||
opacityRules = [
|
opacityRules = [ "95:class_g = 'Thunar'" ];
|
||||||
"95:class_g = 'Thunar'"
|
|
||||||
];
|
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
blur = {
|
blur = {
|
||||||
@ -123,13 +126,9 @@ in
|
|||||||
size = 10;
|
size = 10;
|
||||||
};
|
};
|
||||||
|
|
||||||
blur-background-exclude = [
|
blur-background-exclude = [ "class_g = 'Nemo-desktop'" ];
|
||||||
"class_g = 'Nemo-desktop'"
|
|
||||||
];
|
|
||||||
|
|
||||||
clip-shadow-above = [
|
clip-shadow-above = [ "class_g = 'dwm'" ];
|
||||||
"class_g = 'dwm'"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user