initial rust-shell setup
This commit is contained in:
parent
07ebbac912
commit
2a16fc03e7
7 changed files with 94 additions and 55 deletions
|
@ -12,14 +12,13 @@ with lib.wyrdgard;
|
|||
defaultUser = config.wyrdgard.user.name;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
wslu
|
||||
wsl-open
|
||||
];
|
||||
|
||||
wyrdgard = {
|
||||
submodules.basics-wsl = enabled;
|
||||
|
||||
security = {
|
||||
gpg = enabled;
|
||||
sops = enabled;
|
||||
};
|
||||
};
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue