NixOnDroid : Rename .nixos to .dotfiles.
This commit is contained in:
parent
bb2816caf5
commit
d993255a98
|
@ -42,7 +42,7 @@ in {
|
||||||
home-manager.config = {
|
home-manager.config = {
|
||||||
home.stateVersion = const.droidStateVersion;
|
home.stateVersion = const.droidStateVersion;
|
||||||
home.file = {
|
home.file = {
|
||||||
".nixos".source = inputs.self;
|
".dotfiles".source = inputs.self;
|
||||||
".bash".source = ./common/bash;
|
".bash".source = ./common/bash;
|
||||||
".nvim".source = ./common/nvim;
|
".nvim".source = ./common/nvim;
|
||||||
".ssh/config".source = ./common/ssh/Config;
|
".ssh/config".source = ./common/ssh/Config;
|
||||||
|
@ -69,7 +69,7 @@ in {
|
||||||
rebase.autoStash = true;
|
rebase.autoStash = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs.neovim = {
|
programs.neovim = { # TODO: Find a way to reuse global config.
|
||||||
enable = true;
|
enable = true;
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
|
|
Loading…
Reference in a new issue