cleanup, switch to nix-super

This commit is contained in:
vali 2024-08-07 23:31:14 +02:00
commit b1c8d5b5bf
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.