Skip to content

Commit

Permalink
codium: use nano as default EDITOR
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyren committed Jul 6, 2024
1 parent 1575188 commit 1ea34b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion default.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"editor.wordWrap": "on", // Enforce word-wrapped coding style
"terminal.integrated.defaultProfile.linux": "bash", // Use bash by default
"terminal.integrated.env.linux": {
"EDITOR": "codium", // To open git things in codium
"EDITOR": "nano", // To open git things in codium
},

// Gtt
Expand Down
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
inputs.nixpkgs.legacyPackages.${system}.nil # Needed for linting
inputs.nixpkgs.legacyPackages.${system}.nixpkgs-fmt # Nixpkgs formatter
inputs.nixpkgs.legacyPackages.${system}.git # Working with the codebase
inputs.nixpkgs.legacyPackages.${system}.nano # Editor to work with the codebase in cli

inputs.ragenix.packages.${system}.default # To manage secrets
inputs.nixpkgs.legacyPackages.${system}.age # Managing age files
Expand Down

0 comments on commit 1ea34b7

Please sign in to comment.