chore: pretty up with aljeandra

This commit is contained in:
Peritia 2025-09-29 16:34:33 +02:00
parent 8342fcecce
commit 9758f1800f
3 changed files with 17 additions and 12 deletions

View file

@ -6,9 +6,12 @@
# Options:
# - enable -> Enable GParted system module
#
{ config, lib, pkgs, ... }:
let
{
config,
lib,
pkgs,
...
}: let
cfg = config.nyx-module.system.gparted;
in {
options.nyx-module.system.gparted = {

View file

@ -11,9 +11,12 @@
# - enableSeahorse -> Enable Seahorse (GUI key manager)
# - pinentry.package -> Pinentry package (default: pkgs.pinentry-all)
#
{ config, lib, pkgs, ... }:
let
{
config,
lib,
pkgs,
...
}: let
cfg = config.nyx-module.system.gpg;
in {
options.nyx-module.system.gpg = {

View file

@ -29,7 +29,6 @@
# I tested this using XFCE no idea how it reacts to other DE or Wayland.
# I also take no responsibility for something now working or breaking
#
{
config,
pkgs,