From 73058f32ee1658a397a1fcfc8d8c6cc4416341d5 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 26 Jun 2024 11:53:17 -0500 Subject: [PATCH] Add gparted. --- nixos/profiles/hw-legion-15arh05h.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nixos/profiles/hw-legion-15arh05h.nix b/nixos/profiles/hw-legion-15arh05h.nix index 6a56f50..5c70b12 100644 --- a/nixos/profiles/hw-legion-15arh05h.nix +++ b/nixos/profiles/hw-legion-15arh05h.nix @@ -2,8 +2,9 @@ { # Support windows partition mySystem = { - security.wheelNeedsSudoPassword = false; - system.packages = with pkgs; [ + security.wheelNeedsSudoPassword = false; + system.packages = with pkgs; [ + gparted ntfs3g fira-code-nerdfont ];