# Craige's NixOS 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. caprine-bin # an elegant Facebook Messenger desktop app element-desktop # A feature-rich client for Matrix.org enlightenment.terminology # Powerful terminal emulator based on EFL firefox # A web browser built from Firefox source tree gopass # password file manager nvme-cli # NVM-Express user space tooling for Linux pandoc # Conversion between documentation formats shared-mime-info # A database of common MIME types signal-desktop # Private, simple, and secure messenger sweethome3d.application # design and visualise homes taskwarrior # Highly flexible command-line tool to manage TODO lists termonad # Terminal emulator configurable in Haskell tor-browser-bundle-bin # Tor Browser Bundle built by torproject.org vcsh # Version Control System for $HOME whalebird # Mastodon client yt-dlp # Command-line tool to download videos ]; }