add nexus

This commit is contained in:
Henry Hiles 2026-03-25 12:12:53 -04:00
commit 3d17e0c32d
No known key found for this signature in database
3 changed files with 63 additions and 19 deletions

View file

@ -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
];
}