mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
Scripts
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ config, pkgs, ... }:
|
||||
let scripts = import ../dot/scripts.nix { inherit pkgs; };
|
||||
{ config, pkgs, lib, ... }:
|
||||
let scripts = import ../dot/scripts.nix { inherit pkgs lib; };
|
||||
in with pkgs;
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
Reference in New Issue
Block a user