cleanup, switch to nix-super
This commit is contained in:
parent
45425254bf
commit
3015395f82
11 changed files with 169 additions and 226 deletions
|
@ -1,12 +1,15 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
inputs',
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./documentation.nix # nixos documentation
|
||||
# ./nixpkgs.nix # global nixpkgs configuration.nix
|
||||
];
|
||||
|
||||
nix = {
|
||||
# Lix, Nix but gay!
|
||||
package = pkgs.lix;
|
||||
package = inputs'.nix-super.packages.default;
|
||||
|
||||
# Run the Nix daemon on lowest possible priority so that my system
|
||||
# stays responsive during demanding tasks such as GC and builds.
|
||||
|
|
|
@ -14,9 +14,7 @@
|
|||
allowBroken = false;
|
||||
allowUnsupportedSystem = true;
|
||||
|
||||
# Really a pain in the ass to deal with when disabled. True means
|
||||
# we are able to build unfree packages without explicitly allowing
|
||||
# each unfree package.
|
||||
# Allow unfree packages since it's sadly necessary
|
||||
allowUnfree = true;
|
||||
|
||||
# Default to none, add more as necessary. This is usually where
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue