From f4faa709c0ff772fb9f33f6d94b0ef03f3678762 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 13 Apr 2023 02:52:50 -0400 Subject: add wslu to glados-wsl & add catppuccin theme to starship --- hosts/glados-wsl/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hosts') 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"; -- cgit v1.2.3