summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/glados-wsl/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/glados-wsl/default.nix b/hosts/glados-wsl/default.nix
index cb0854e..2ba4190 100644
--- a/hosts/glados-wsl/default.nix
+++ b/hosts/glados-wsl/default.nix
@@ -1,6 +1,7 @@
{
lib,
modulesPath,
+ pkgs,
...
}: {
imports = [
@@ -9,6 +10,10 @@
../../users/seth
];
+ environment.systemPackages = with pkgs; [
+ wslu
+ ];
+
wsl = {
enable = true;
defaultUser = "seth";