moving packages to correct roles
This commit is contained in:
parent
17837e3c7a
commit
e8d2ae626e
3 changed files with 2 additions and 4 deletions
|
@ -4,9 +4,7 @@
|
|||
mySystem = {
|
||||
security.wheelNeedsSudoPassword = false;
|
||||
system.packages = with pkgs; [
|
||||
gparted
|
||||
ntfs3g
|
||||
fira-code-nerdfont
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@ with config;
|
|||
btop
|
||||
dnsutils
|
||||
nix
|
||||
fira-code-nerdfont
|
||||
|
||||
# TODO Move
|
||||
nil
|
||||
|
@ -27,6 +28,4 @@ with config;
|
|||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -54,6 +54,7 @@ with config;
|
|||
vscode
|
||||
vivaldi
|
||||
termius
|
||||
gparted
|
||||
];
|
||||
|
||||
i18n = {
|
||||
|
|
Loading…
Reference in a new issue