Skip to content

Commit

Permalink
refactor: dedupe code
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsgirao committed Jul 8, 2024
1 parent f18bc67 commit d81204e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions hosts/sazed/machine.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ in
users.users.rg.extraGroups = [ "docker" ];
#To make VS Code remote SSH work without too much hassle/timesink
programs.nix-ld.enable = true;
programs.nix-ld.package = pkgs.nix-ld-rs;


rg = {
Expand All @@ -54,8 +55,6 @@ in
files = [
];
directories = [
".vscode"
".config/Code"
".m2"


Expand Down
2 changes: 0 additions & 2 deletions hosts/scout/machine.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
];
directories = [
".fly"
".vscode"
".config/Code"
".config/chromium"
".config/joplin-desktop"
".config/Joplin"
Expand Down
2 changes: 0 additions & 2 deletions hosts/vin/machine.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
];
directories = [
".fly"
".vscode"
".config/Code"
".config/chromium"
".config/Sonixd"
".local/share/ykman"
Expand Down

0 comments on commit d81204e

Please sign in to comment.