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
|
ffcheck
|
||||||
inputs.shelvacu.packages.x86_64-linux.sm64coopdx
|
inputs.shelvacu.packages.x86_64-linux.sm64coopdx
|
||||||
] ++ (with pkgs; [
|
] ++ (with pkgs; [
|
||||||
|
|
@ -99,6 +104,7 @@ in
|
||||||
# Productivity
|
# Productivity
|
||||||
obsidian
|
obsidian
|
||||||
]);
|
]);
|
||||||
|
};
|
||||||
|
|
||||||
programs.steam = {
|
programs.steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue