generated from andy/linux-nixos-hyprland-config-dotfiles
14 lines
292 B
Nix
14 lines
292 B
Nix
{ ... }:
|
|
|
|
{
|
|
# Allow unfree packages
|
|
nixpkgs.config.allowUnfree = true;
|
|
|
|
# Override packages
|
|
# nixpkgs.config.packageOverrides = pkgs: {
|
|
# nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
|
|
# inherit pkgs;
|
|
# };
|
|
# };
|
|
}
|