sourcephile
/
git
/
julm
/
julm-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
pumpkin: lanzaboote: enable SecureBoot
[julm/julm-nix.git]
/
home-manager
/
options.nix
1
{ config, ... }:
2
with builtins;
3
{
4
config = {
5
home.stateVersion = "20.09";
6
};
7
}