From 3f45c364b3c9e87555655f933632755f7595ba50 Mon Sep 17 00:00:00 2001 From: ant Date: Mon, 10 Jun 2024 12:46:33 +0200 Subject: [PATCH] Add softwares. libreoffice, keepssxc and warpinator --- gui-software.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gui-software.nix b/gui-software.nix index db7c1a7..175ee8b 100644 --- a/gui-software.nix +++ b/gui-software.nix @@ -2,6 +2,9 @@ home.packages = with pkgs; [ betterbird nsxiv + libreoffice + cinnamon.warpinator + keepassxc ]; programs.mpv = { enable = true;