0xda157's home-manager and nixos config
at main 9 lines 174 B view raw
1{ inputs, ... }: 2{ 3 nixpkgs = { 4 overlays = [ inputs.nur.overlays.default ]; 5 config.permittedInsecurePackages = [ 6 "SDL_ttf-2.0.11" # appimage run 7 ]; 8 }; 9}