Set default editors
This commit is contained in:
@@ -62,7 +62,12 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
environment = {
|
||||
variables = {
|
||||
EDITOR = "nano";
|
||||
VISUAL = "code --wait";
|
||||
};
|
||||
systemPackages = [
|
||||
ffcheck
|
||||
inputs.shelvacu.packages.x86_64-linux.sm64coopdx
|
||||
] ++ (with pkgs; [
|
||||
@@ -99,6 +104,7 @@ in
|
||||
# Productivity
|
||||
obsidian
|
||||
]);
|
||||
};
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
|
Reference in New Issue
Block a user