update systems, nvtop only on desktop

This commit is contained in:
ringofstorms 2024-04-24 11:09:29 -05:00
parent e5b7ad50ad
commit 972856acee
9 changed files with 56 additions and 25 deletions

View file

@ -0,0 +1,5 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.spotify ];
}