cleanup, switch to nix-super

This commit is contained in:
Charlie Root 2024-08-07 23:31:14 +02:00
commit 3015395f82
11 changed files with 169 additions and 226 deletions

View file

@ -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.

View file

@ -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