initial rust-shell setup
This commit is contained in:
parent
30ce47b804
commit
22b095180c
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";
|
||||
|
|
|
@ -11,7 +11,6 @@ with lib.wyrdgard;
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
jetbrains.rust-rover
|
||||
inputs.pyfa
|
||||
teamspeak_client
|
||||
path-of-building
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue