nvd nom
This commit is contained in:
parent
55178920cd
commit
aa6715fcbd
2 changed files with 4 additions and 1 deletions
|
|
@ -168,7 +168,8 @@
|
|||
nix.settings = {
|
||||
experimental-features = "nix-command flakes";
|
||||
auto-optimise-store = true;
|
||||
trusted-users = ["root" "@wheel"];
|
||||
# adding logged in users allows for passwordless root
|
||||
# trusted-users = ["root"];
|
||||
system-features = [
|
||||
"benchmark"
|
||||
"big-parallel"
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
...
|
||||
}: {
|
||||
users.users.tao.packages = with pkgs; [
|
||||
nix-output-monitor
|
||||
nvd
|
||||
# calibre
|
||||
# davinci-resolve
|
||||
# fractal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue