generated from andy/linux-nixos-hyprland-config-dotfiles
Initial commit
This commit is contained in:
13
nixos/nixpkgs.nix
Normal file
13
nixos/nixpkgs.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
# 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;
|
||||
# };
|
||||
# };
|
||||
}
|
Reference in New Issue
Block a user