Allow unfree in home-manager

This commit is contained in:
2024-08-16 09:46:09 -07:00
parent 1e849366dd
commit 3da8659710

View File

@@ -96,6 +96,8 @@ with import <nixpkgs> {};
home.sessionPath = [
];
nixpkgs.config.allowUnfree = true;
imports = [
./modules/applications/emacs/default.nix
./modules/window_managers/hyprland/default.nix