Refactor app
This commit is contained in:
parent
479cebb66a
commit
17583c6fce
6 changed files with 25 additions and 9 deletions
5
home/programs/discord.nix
Normal file
5
home/programs/discord.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [discord];
|
||||
}
|
5
home/programs/skype.nix
Normal file
5
home/programs/skype.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [skypeforlinux];
|
||||
}
|
5
home/programs/slack.nix
Normal file
5
home/programs/slack.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [slack];
|
||||
}
|
5
home/programs/thunderbird.nix
Normal file
5
home/programs/thunderbird.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [thunderbird];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue