{ config, pkgs, ... }: { # packages nixpkgs.config.allowUnfree = true; environment.systemPackages = with pkgs; [ # fonts font-awesome jetbrains-mono ubuntu_font_family # hyprland adwaita-qt brightnessctl unstable.grimblast grim imagemagick jq lxappearance-gtk2 unstable.satty slurp socat swaybg swaylock waybar wofi xfce.xfce4-settings # system fastfetch fwupd intel-gpu-tools killall radeontop pciutils solaar spice-vdagent sshfs wl-clipboard # usability bat btop unstable.bitwarden unstable.clipse firefox git gimp unstable.google-chrome htop kitty meld mpv unstable.microsoft-edge nextcloud-client screen unstable.spotify unstable.vscode vim wget ]; # services services.blueman.enable = true; services.fwupd.enable = true; services.openssh.enable = true; services.printing.enable = true; services.tailscale = { enable = true; package = pkgs.unstable.tailscale; }; }