sourcephile
/
git
/
julm
/
julm-nix.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
inxi: add to essentials
[julm/julm-nix.git]
/
home-manager
/
options.nix
diff --git
a/home-manager/options.nix
b/home-manager/options.nix
index 6da5ae5c12b49e73ceafc314d6756d7b7717d040..847772b8441728649a71211723f451bbf4c22365 100644
(file)
--- a/
home-manager/options.nix
+++ b/
home-manager/options.nix
@@
-1,7
+1,7
@@
-{
pkgs, lib,
config, ... }:
+{ config, ... }:
with builtins;
{
-config = {
- home.stateVersion = "20.09";
-};
+
config = {
+
home.stateVersion = "20.09";
+
};
}