Skip to content

Commit

Permalink
✨ (flake.nix) Add environment.systemPackages
Browse files Browse the repository at this point in the history
  • Loading branch information
Comamoca committed Jan 28, 2025
1 parent f6ce30b commit 669f9b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@
{
system.stateVersion = "24.05";
wsl.enable = true;
environment.systemPackages = with pkgs; [
vim
];
}
];
};
Expand Down

0 comments on commit 669f9b6

Please sign in to comment.