warpinator not in allegro
This commit is contained in:
parent
2ae1cbd43b
commit
536b416619
1 changed files with 4 additions and 4 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue