nixos build success
darwin next maybe?
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, role, ... }:
|
||||
{ lib, role ? "workstation", ... }:
|
||||
{
|
||||
imports =
|
||||
[
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user