From 435ba566eeafb7ab05cde7b736dc9698c8930cb0 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 26 Jun 2024 10:55:36 -0500 Subject: [PATCH] correct placement --- nixos/profiles/hw-legion-15arh05h.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/nixos/profiles/hw-legion-15arh05h.nix b/nixos/profiles/hw-legion-15arh05h.nix index c75f597..784ca5f 100644 --- a/nixos/profiles/hw-legion-15arh05h.nix +++ b/nixos/profiles/hw-legion-15arh05h.nix @@ -1,12 +1,14 @@ { config, lib, pkgs, ... }: { # Support windows partition - mySystem.system.packages = with pkgs; [ - ntfs3g - fira-code-nerdfont - ]; + mySystem = { + security.wheelNeedsSudoPassword = false; + system.packages = with pkgs; [ + ntfs3g + fira-code-nerdfont + ]; + }; - security.wheelNeedsSudoPassword = false; boot = { # for managing/mounting ntfs