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, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
{
|
{
|
||||||
# Support windows partition
|
# Support windows partition
|
||||||
mySystem.system.packages = with pkgs; [
|
mySystem = {
|
||||||
|
security.wheelNeedsSudoPassword = false;
|
||||||
|
system.packages = with pkgs; [
|
||||||
ntfs3g
|
ntfs3g
|
||||||
fira-code-nerdfont
|
fira-code-nerdfont
|
||||||
];
|
];
|
||||||
|
};
|
||||||
|
|
||||||
security.wheelNeedsSudoPassword = false;
|
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
# for managing/mounting ntfs
|
# for managing/mounting ntfs
|
||||||
|
|
Loading…
Reference in a new issue