From 42a496aa27c611d9b479c2ac5dc8130841e38452 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 10 Oct 2022 11:45:45 +0800 Subject: [PATCH] workflows/a-happy-gnome: add more applications Also, the Nautilus extensions are not much used so eeeeeeeehhhh........... --- modules/nixos/workflows/a-happy-gnome/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/nixos/workflows/a-happy-gnome/default.nix b/modules/nixos/workflows/a-happy-gnome/default.nix index 6d988854..7b8e3e83 100644 --- a/modules/nixos/workflows/a-happy-gnome/default.nix +++ b/modules/nixos/workflows/a-happy-gnome/default.nix @@ -67,19 +67,17 @@ in blanket # Zen... gnome.dconf-editor # A saner version of Windows registry. dialect # Your gateway to polyglotting. + fractal # Your gateway to the matrix. gnome-frog # Graphical OCR with Tesseract that I always wanted. gnome-solanum # Cute little matodor timers. gnome.gnome-boxes # Virtual machines, son. + gnome.polari # Your gateway to one of the most hidden and cobweb-ridden parts of the internet. ;) shortwave # Yer' humble internet radio. ymuse # Simple MPD client. gnome-menus # It is required for custom menus in extensions. gnome-extension-manager # The cooler GNOME extensions app. gnome-search-provider-recoll # This is here for some reason. - - # Nautilus extensions. - nautilus-annotations - nautilus-open-any-terminal ]; example = lib.literalExpression '' with pkgs; [ gnome.polari ];