From 441e8f27fbdcd5eb715a66e74c6869463f846e62 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 21 Feb 2023 20:52:14 +0100 Subject: [PATCH] Move partition tools to system packges from user packges --- common.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/common.nix b/common.nix index 34ce645..9cb1e48 100644 --- a/common.nix +++ b/common.nix @@ -118,11 +118,14 @@ nixpkgs-review nurl nix-init - partition-manager - gparted ]; }; + environment.systemPackages = with pkgs; [ + partition-manager + gparted + ]; + programs = { dconf.enable = true; };