From 9845270512609dde5f87756a043b33ba7a018440 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Fri, 28 Mar 2025 19:35:35 -0700 Subject: [PATCH] Fix gparted --- common/pc/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/common/pc/default.nix b/common/pc/default.nix index ea5de19..128849d 100644 --- a/common/pc/default.nix +++ b/common/pc/default.nix @@ -27,6 +27,11 @@ in }; config = lib.mkIf cfg.enable { + environment.systemPackages = with pkgs; [ + # https://github.com/NixOS/nixpkgs/pull/328086#issuecomment-2235384618 + gparted + ]; + # Applications users.users.googlebot.packages = with pkgs; [ chromium @@ -38,7 +43,6 @@ in mpv nextcloud-client signal-desktop - gparted libreoffice-fresh thunderbird spotify