replace variant argument with modules
All checks were successful
/ build-all (push) Successful in 1m18s

This commit is contained in:
Antoine Vaure 2025-09-03 16:11:05 +02:00
parent f2608d0a82
commit 1a0086f941
13 changed files with 586 additions and 577 deletions

View file

@ -1,13 +1,13 @@
{ lib, config, variant, pkgs, pkgs-unstable, ... }:
{ lib, config, pkgs, pkgs-unstable, ... }:
{
home.packages = (with pkgs; [
home.packages = with pkgs; [
nsxiv
libreoffice
keepassxc
thunderbird
vieb
gimp
]) ++ (if variant != "allegro" then [ pkgs.warpinator ] else []);
];
programs.mpv = {
enable = true;