nix-conf/modules/home-manager/default.nix
2024-04-11 17:51:43 +05:30

7 lines
92 B
Nix

{lib, ...}: {
imports = [
./session-vars
];
nixpkgs.config.allowUnfree = true;
}