working? plus cleanup and fallbacks

This commit is contained in:
2025-11-17 12:12:17 -05:00
parent 6561e37119
commit 4207b320c9
9 changed files with 29 additions and 47 deletions

View File

@@ -1,19 +1,16 @@
{
pkgs,
...
}: {
{ lib, pkgs, isNixOS ? true, ... }:
lib.mkIf pkgs.stdenv.isLinux {
home.packages = with pkgs; [
imv
xdg-utils
] ++ lib.optional isNixOS [
betterdiscordctl
vesktop
xdg-utils
mcrcon
xfce.thunar
pavucontrol
godot
aseprite
gpu-screen-recorder
gpu-screen-recorder-gtk
# ungoogled-chromium
];
}