mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
chore: Improve formatting
This commit is contained in:
parent
340ec5cf99
commit
04c3941ed3
@ -1,4 +1,9 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
let
|
||||
inherit (lib) mkForce;
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user