From 536b416619848ff22161733f7dd83bbb9d4a9918 Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Mon, 21 Oct 2024 01:12:22 +0200 Subject: [PATCH] warpinator not in allegro --- gui-software.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gui-software.nix b/gui-software.nix index b2d5f58..e5de6a8 100644 --- a/gui-software.nix +++ b/gui-software.nix @@ -1,12 +1,12 @@ { lib, config, variant, pkgs, pkgs-24_05, pkgs-unstable, ... }: { - home.packages = with pkgs; [ - # betterbird + home.packages = (with pkgs; [ nsxiv libreoffice - warpinator keepassxc - ] ++ [ pkgs-24_05.betterbird ]; + betterbird + ]) ++ (if variant != "allegro" then [ pkgs.warpinator ] else []); + programs.mpv = { enable = true; config = {