correct placement
This commit is contained in:
parent
d135de12b7
commit
435ba566ee
1 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue