added
This commit is contained in:
parent
bf16581c61
commit
a9c27e462b
8 changed files with 78 additions and 0 deletions
|
|
@ -18,6 +18,8 @@
|
|||
./modules/emulators.nix
|
||||
./modules/discord.nix
|
||||
./modules/brave.nix
|
||||
./modules/spotify.nix
|
||||
./modules/obs.nix
|
||||
];
|
||||
|
||||
home.username = "cobray";
|
||||
|
|
|
|||
5
home-manager/modules/obs.nix
Normal file
5
home-manager/modules/obs.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
obs-studio
|
||||
];
|
||||
}
|
||||
5
home-manager/modules/spotify.nix
Normal file
5
home-manager/modules/spotify.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
spotify
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue