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 ];