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