Compare commits
1 Commits
fc5a3f4eca
...
f37bfdbe03
Author | SHA1 | Date |
---|---|---|
|
f37bfdbe03 |
|
@ -1 +1 @@
|
|||
import ../../modules/disko.zfs-encrypted-root.nix
|
||||
import ../modules/disko.zfs-encrypted-root.nix
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
home.username = "h";
|
||||
home.homeDirectory = "/home/h";
|
||||
|
||||
home.file.".inputrc".source = ../../dots/.inputrc;
|
||||
home.file.".inputrc".source = ./dots/.inputrc;
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue