mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-07 21:13:03 -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 = [
|
imports = [
|
||||||
../../common/users/meyer-wsl
|
../../common/users/meyer-wsl
|
||||||
|
../../common/systemModules/nix.nix
|
||||||
];
|
];
|
||||||
wsl = {
|
wsl = {
|
||||||
defaultUser = "meyer";
|
defaultUser = "meyer";
|
||||||
|
@ -13,4 +14,8 @@
|
||||||
};
|
};
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
gcc
|
||||||
|
clang
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue