mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-03-31 04:31:55 -04:00
add nix and gcc and clang
This commit is contained in:
parent
71444d7be4
commit
b608a957bc
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
{...}: {
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
../../common/users/meyer-wsl
|
||||
../../common/systemModules/nix.nix
|
||||
];
|
||||
wsl = {
|
||||
defaultUser = "meyer";
|
||||
|
@ -13,4 +14,8 @@
|
|||
};
|
||||
system.stateVersion = "24.05";
|
||||
programs.zsh.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
gcc
|
||||
clang
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue