correct placement

This commit is contained in:
Joseph Hanson 2024-06-26 10:55:36 -05:00
parent d135de12b7
commit 435ba566ee
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -1,12 +1,14 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
# Support windows partition # Support windows partition
mySystem.system.packages = with pkgs; [ mySystem = {
ntfs3g security.wheelNeedsSudoPassword = false;
fira-code-nerdfont system.packages = with pkgs; [
]; ntfs3g
fira-code-nerdfont
];
};
security.wheelNeedsSudoPassword = false;
boot = { boot = {
# for managing/mounting ntfs # for managing/mounting ntfs