diff --git a/devices/wsl.nix b/devices/wsl.nix index fa2aada..ea57221 100755 --- a/devices/wsl.nix +++ b/devices/wsl.nix @@ -20,6 +20,10 @@ let self.homeConfigurations.wsl.nixosModule ]; + environment.systemPackages = with pkgs; [ + gparted + ]; + fileSystems = { # beets "/mnt/beets/music" = {