mirror of
https://github.com/adrlau/nix-dotfiles.git
synced 2025-01-22 08:24:46 +01:00
7 lines
90 B
Nix
7 lines
90 B
Nix
{ pkgs, lib, config, ... }:
|
|
{
|
|
imports = [
|
|
];
|
|
nixpkgs.config.allowUnfree = true;
|
|
}
|