update systems, nvtop only on desktop
This commit is contained in:
parent
e5b7ad50ad
commit
972856acee
9 changed files with 56 additions and 25 deletions
5
users/josh/by_hosts/joe/home_manager/spotify.nix
Normal file
5
users/josh/by_hosts/joe/home_manager/spotify.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.spotify ];
|
||||
}
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableAutosuggestions = true;
|
||||
autosuggestion.enable = true;
|
||||
|
||||
shellAliases = { };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue