chore: Improve formatting

This commit is contained in:
Donovan Glover 2024-09-05 12:11:43 -04:00
parent 340ec5cf99
commit 04c3941ed3
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 14 additions and 3 deletions

View File

@ -1,4 +1,9 @@
{ config, pkgs, lib, ... }:
{
config,
pkgs,
lib,
...
}:
let
inherit (lib) mkForce;

View File

@ -61,7 +61,9 @@ in
thunar = {
enable = true;
plugins = with pkgs.xfce; [ thunar-volman ];
plugins = with pkgs.xfce; [
thunar-volman
];
};
};
@ -70,8 +72,11 @@ in
type = "fcitx5";
fcitx5 = {
addons = with pkgs; [ fcitx5-mozc ];
waylandFrontend = true;
addons = with pkgs; [
fcitx5-mozc
];
};
};
@ -212,6 +217,7 @@ in
enable = true;
image = "${stylix-background}/wallpaper.png";
polarity = "dark";
base16Scheme = {
system = "base16";
name = "selenized-black";