add nexus
This commit is contained in:
parent
757674ee58
commit
3d17e0c32d
3 changed files with 63 additions and 19 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
services.xserver.excludePackages = [ pkgs.xterm ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
@ -11,5 +11,6 @@
|
|||
wl-clipboard
|
||||
google-cursor
|
||||
papirus-icon-theme
|
||||
inputs.nexus.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue