inxi: add to essentials
[julm/julm-nix.git] / home-manager / options.nix
index 6da5ae5c12b49e73ceafc314d6756d7b7717d040..847772b8441728649a71211723f451bbf4c22365 100644 (file)
@@ -1,7 +1,7 @@
-{ pkgs, lib, config, ... }:
+{ config, ... }:
 with builtins;
 {
-config = {
-  home.stateVersion = "20.09";
-};
+  config = {
+    home.stateVersion = "20.09";
+  };
 }