mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -90,11 +90,16 @@ in
|
|||||||
dtop
|
dtop
|
||||||
tlrc
|
tlrc
|
||||||
lazyssh
|
lazyssh
|
||||||
|
tuios
|
||||||
|
mcat
|
||||||
|
framework-tool-tui
|
||||||
|
fresh-editor
|
||||||
|
bluetui
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
environment.variables.EDITOR = "flow";
|
environment.variables.EDITOR = "flow";
|
||||||
programs = {
|
programs = {
|
||||||
nix-ld.enable = true;
|
# nix-ld.enable = true;
|
||||||
nano = {
|
nano = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nanorc = ''
|
nanorc = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user