modified linux home packages

why did i ever get rid of this in the first place?
This commit is contained in:
2026-03-23 20:21:52 -04:00
parent f1a426bd2e
commit eb26a93944

View File

@@ -1,4 +1,15 @@
{ lib, pkgs, isNixOS ? true, ... }:
lib.mkIf pkgs.stdenv.isLinux {
home.packages = with pkgs; [
imv
xdg-utils
] ++ lib.optionals isNixOS [
vesktop
xfce.thunar
pavucontrol
zathura
gpu-screen-recorder
gpu-screen-recorder-gtk
inetutils
];
}