more docs on atuin

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-10-12 23:16:56 -05:00
parent 0f39d0f6d8
commit 2235ce020b
9 changed files with 43 additions and 21 deletions

View file

@ -8,6 +8,8 @@
workspaces = true;
exit-mode = "return-query";
enter_accept = true;
sync_address = "http://10.12.14.2:8888";
sync = { records = true; };
};
};
}

View file

@ -1,8 +0,0 @@
{ pkgs, ... }:
{
# home.packages = [ pkgs.spotifyd ];
# TODO revisit this isn't working for me yet...
services.spotifyd.enable =true;
}

View file

@ -0,0 +1,8 @@
{ pkgs, ... }:
{
programs.obs-studio = {
enable = true;
};
}

View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.signal-desktop ];
}

View file

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

View file

@ -0,0 +1,4 @@
{ ... }:
{
programs.steam.enable = true;
}