mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2025-08-03 16:50:24 -04:00
fix: allow unfree for home
This commit is contained in:
parent
a2e660782f
commit
4f012f6aad
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@
|
|||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
|
||||
# Common packages used across your system
|
||||
home.packages = with pkgs; [
|
||||
git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue