Added TeamSpeak
This commit is contained in:
11
home/programs/web/floorp.nix
Normal file
11
home/programs/web/floorp.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
username,
|
||||
...
|
||||
}: {
|
||||
programs.floorp = {
|
||||
enable = true;
|
||||
profiles.${username} = {};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user