From aeb43d1a0882903e968fbaafb9e58b29eecf4097 Mon Sep 17 00:00:00 2001 From: oqyude Date: Sun, 3 Aug 2025 23:39:50 +0300 Subject: [PATCH] 123 --- devices/wsl.nix | 4 ++++ 1 file changed, 4 insertions(+) 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" = {