aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/desktop.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2024-05-06 12:40:17 +0200
committerKarel Kočí <cynerd@email.cz>2024-05-06 12:40:17 +0200
commit3f3344716b98ff8300e57d16885be9f6e0eec51e (patch)
tree5cd48ecf5f6f732854da9a7bcb9382212138ffce /nixos/modules/desktop.nix
parent90947cf469bb15dbcee18fc7c6274420d7cf3c42 (diff)
downloadnixos-personal-3f3344716b98ff8300e57d16885be9f6e0eec51e.tar.gz
nixos-personal-3f3344716b98ff8300e57d16885be9f6e0eec51e.tar.bz2
nixos-personal-3f3344716b98ff8300e57d16885be9f6e0eec51e.zip
Fix some statix warnings
Diffstat (limited to 'nixos/modules/desktop.nix')
-rw-r--r--nixos/modules/desktop.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix
index 62e7fb2..f6cfba5 100644
--- a/nixos/modules/desktop.nix
+++ b/nixos/modules/desktop.nix
@@ -4,7 +4,7 @@
pkgs,
...
}: let
- inherit (lib) mkOption mkIf mkDefault types optionals;
+ inherit (lib) mkOption mkIf types optionals;
cnf = config.cynerd.desktop;
in {
options = {