Skip to content

Commit

Permalink
feat: replaced armcord with vesktop
Browse files Browse the repository at this point in the history
  • Loading branch information
standard3 committed Mar 13, 2024
1 parent 3d052f7 commit 5c78eb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home/applications/social/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
imports = [
./armcord.nix
./discord.nix
./element.nix
./signal.nix
];
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
armcord
vesktop
];

# todo: Manually edit armcord config file in .config/Armcord/
Expand Down

0 comments on commit 5c78eb5

Please sign in to comment.