From 4ea08b3976188eb01a74548d68b227a7794b4caa Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Fri, 9 May 2025 17:54:45 -0500 Subject: Add current configuration --- hosts/thyme/packages.nix | 51 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 hosts/thyme/packages.nix (limited to 'hosts/thyme/packages.nix') diff --git a/hosts/thyme/packages.nix b/hosts/thyme/packages.nix new file mode 100644 index 0000000..13fc13e --- /dev/null +++ b/hosts/thyme/packages.nix @@ -0,0 +1,51 @@ +{ pkgs, ... }: + +{ + this.sets = { + arch.tools = true; + cli.tools.full = true; + cli.shell = true; + comm.im = true; + de.utils = true; + gui.full = true; + gui.theme = true; + gui.fonts = true; + image.utils = true; + image.tools = true; + manga.dl = true; + media.tools = true; + net.tools.full = true; + script.utils = true; + sound.tools = true; + sys.tools = true; + writing.tools = true; + }; + + environment.systemPackages = with pkgs; [ + emacs + emacsPackages.pdf-tools + jre + ruby + sbcl + python3 + rclone + keymapper + nethack + sil-q + notmuch + emacsPackages.notmuch + mu + emacsPackages.mu4e + isync + ppsspp + wesnoth + ]; + + programs.firefox = { + enable = true; + package = pkgs.firefox-esr; + nativeMessagingHosts.packages = with pkgs; [ + passff-host + ]; + }; +} -- cgit v1.2.3