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 = {
|
nix.settings = {
|
||||||
experimental-features = "nix-command flakes";
|
experimental-features = "nix-command flakes";
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
trusted-users = ["root" "@wheel"];
|
# adding logged in users allows for passwordless root
|
||||||
|
# trusted-users = ["root"];
|
||||||
system-features = [
|
system-features = [
|
||||||
"benchmark"
|
"benchmark"
|
||||||
"big-parallel"
|
"big-parallel"
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,8 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
users.users.tao.packages = with pkgs; [
|
users.users.tao.packages = with pkgs; [
|
||||||
|
nix-output-monitor
|
||||||
|
nvd
|
||||||
# calibre
|
# calibre
|
||||||
# davinci-resolve
|
# davinci-resolve
|
||||||
# fractal
|
# fractal
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue