{ config, pkgs, inputs, ... }: { nix.settings.experimental-features = [ "flakes" "nix-command" ]; nixpkgs.config.allowUnfree = true; imports = [ ./modules ]; environment.pathsToLink = [ "/share/applications" "/share/xdg-desktop-portal" ]; }