sourcephile
/
git
/
julm
/
julm-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
bash: add zfs-fix-encryptionroot
[julm/julm-nix.git]
/
homes
/
sevy.nix
1
{ hostName, ... }:
2
{
3
imports = [
4
../home-manager/profiles/essential.nix
5
../home-manager/profiles/vim.nix
6
../home-manager/options.nix
7
(import (sevy/hosts + "/${hostName}.nix"))
8
];
9
home.stateVersion = "20.09";
10
}