add unityhub
This commit is contained in:
parent
741db46233
commit
fbc8800073
|
@ -12,6 +12,7 @@
|
|||
++ [(import ./kitty)]
|
||||
++ [(import ./aseprite)]
|
||||
++ [(import ./audacious)]
|
||||
++ [(import ./unity)]
|
||||
# ++ [(import ./discord)]
|
||||
++ [(import ./swaylock)]
|
||||
++ [(import ./wofi)]
|
||||
|
|
6
modules/home/unity/default.nix
Normal file
6
modules/home/unity/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
unityhub
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue