initial rust-shell setup
This commit is contained in:
parent
559b376ac0
commit
2d88ee60db
8 changed files with 130 additions and 98 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