more docs on atuin
This commit is contained in:
parent
0f39d0f6d8
commit
2235ce020b
9 changed files with 43 additions and 21 deletions
|
@ -1,8 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
# home.packages = [ pkgs.spotifyd ];
|
||||
# TODO revisit this isn't working for me yet...
|
||||
services.spotifyd.enable =true;
|
||||
}
|
||||
|
||||
|
8
users/josh/by_hosts/lio/home_manager/obs.nix
Normal file
8
users/josh/by_hosts/lio/home_manager/obs.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
|
4
users/josh/by_hosts/lio/home_manager/signal.nix
Normal file
4
users/josh/by_hosts/lio/home_manager/signal.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.signal-desktop ];
|
||||
}
|
5
users/josh/by_hosts/lio/home_manager/spotify.nix
Normal file
5
users/josh/by_hosts/lio/home_manager/spotify.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.spotify ];
|
||||
}
|
||||
|
0
users/josh/by_hosts/lio/nix_modules/TODO_SSH_AUTHORIZED
Normal file
0
users/josh/by_hosts/lio/nix_modules/TODO_SSH_AUTHORIZED
Normal file
4
users/josh/by_hosts/lio/nix_modules/steam.nix
Normal file
4
users/josh/by_hosts/lio/nix_modules/steam.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.steam.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue