nixos build success

darwin next maybe?
This commit is contained in:
2025-12-13 14:04:54 -05:00
parent f8da56fe52
commit 83d1494d4a
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
{ lib, role, ... }:
{ lib, role ? "workstation", ... }:
{
imports =
[

View File

@@ -3,7 +3,7 @@ lib.mkIf pkgs.stdenv.isLinux {
home.packages = with pkgs; [
imv
xdg-utils
] ++ lib.optional isNixOS [
] ++ lib.optionals isNixOS [
betterdiscordctl
vesktop
xfce.thunar