Set default editors
This commit is contained in:
parent
e79ec922d1
commit
e22915119e
1 changed files with 38 additions and 32 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue