Compare commits
2 commits
1b3a130561
...
603411fa64
| Author | SHA1 | Date | |
|---|---|---|---|
| 603411fa64 | |||
| f03e5ae52c |
2 changed files with 1 additions and 4 deletions
|
|
@ -28,7 +28,7 @@ let
|
||||||
#luminanceHDR # FIXME, build failure
|
#luminanceHDR # FIXME, build failure
|
||||||
xournalpp
|
xournalpp
|
||||||
]
|
]
|
||||||
++ lib.optionals pkgs.stdenv.isLinux [
|
++ lib.optionals pkgs.stdenv.isDarwin [
|
||||||
gimp
|
gimp
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,4 @@
|
||||||
# servers. You should change this only after NixOS release notes say you
|
# servers. You should change this only after NixOS release notes say you
|
||||||
# should.
|
# should.
|
||||||
system.stateVersion = "18.09"; # Did you read the comment?
|
system.stateVersion = "18.09"; # Did you read the comment?
|
||||||
|
|
||||||
# since 25.05, this broke and started to slow down system startup. tpm is currently not utilised on this host, so simply disable.
|
|
||||||
security.tpm2.enable = false;
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue