Allow unfree in home-manager
This commit is contained in:
2
home.nix
2
home.nix
@@ -96,6 +96,8 @@ with import <nixpkgs> {};
|
|||||||
home.sessionPath = [
|
home.sessionPath = [
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./modules/applications/emacs/default.nix
|
./modules/applications/emacs/default.nix
|
||||||
./modules/window_managers/hyprland/default.nix
|
./modules/window_managers/hyprland/default.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user