mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -90,10 +90,10 @@ in
|
|||||||
};
|
};
|
||||||
environment.variables.EDITOR = "flow";
|
environment.variables.EDITOR = "flow";
|
||||||
programs = {
|
programs = {
|
||||||
nixvim = {
|
# nixvim = {
|
||||||
enable = false;
|
# enable = false;
|
||||||
colorschemes.github-theme.enable = true;
|
# colorschemes.github-theme.enable = true;
|
||||||
};
|
# };
|
||||||
nano = {
|
nano = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nanorc = ''
|
nanorc = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user