# Craige's desktop requirements { config, pkgs, ... }: { # Craige's Desktop Packages imports = [ ../profiles/ebooks.nix ../profiles/minecraftClient.nix ../profiles/spotify.nix # Spotify settings ]; environment.systemPackages = with pkgs; [ byobu # text-based window manager and terminal multiplexer. googleearth-pro # A world sphere viewer gopass # password file manager shared-mime-info # A database of common MIME types yt-dlp # Command-line tool to download videos ]; }