chore: pretty up with aljeandra
This commit is contained in:
parent
8342fcecce
commit
9758f1800f
3 changed files with 17 additions and 12 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue