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:
|
# Options:
|
||||||
# - enable -> Enable GParted system module
|
# - enable -> Enable GParted system module
|
||||||
#
|
#
|
||||||
{ config, lib, pkgs, ... }:
|
{
|
||||||
|
config,
|
||||||
let
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: let
|
||||||
cfg = config.nyx-module.system.gparted;
|
cfg = config.nyx-module.system.gparted;
|
||||||
in {
|
in {
|
||||||
options.nyx-module.system.gparted = {
|
options.nyx-module.system.gparted = {
|
||||||
|
|
|
||||||
|
|
@ -11,9 +11,12 @@
|
||||||
# - enableSeahorse -> Enable Seahorse (GUI key manager)
|
# - enableSeahorse -> Enable Seahorse (GUI key manager)
|
||||||
# - pinentry.package -> Pinentry package (default: pkgs.pinentry-all)
|
# - pinentry.package -> Pinentry package (default: pkgs.pinentry-all)
|
||||||
#
|
#
|
||||||
{ config, lib, pkgs, ... }:
|
{
|
||||||
|
config,
|
||||||
let
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: let
|
||||||
cfg = config.nyx-module.system.gpg;
|
cfg = config.nyx-module.system.gpg;
|
||||||
in {
|
in {
|
||||||
options.nyx-module.system.gpg = {
|
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 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
|
# I also take no responsibility for something now working or breaking
|
||||||
#
|
#
|
||||||
|
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue