Skip to content

Commit e377d75

Browse files
committed
feat: add possible discord tui
1 parent c0878b3 commit e377d75

4 files changed

Lines changed: 14 additions & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353

5454
affinity-nix.url = "github:mrshmllow/affinity-nix";
5555
# anki-mcp.url = "github:ankimcp/anki-mcp-server-addon";
56+
# concord.url = "github:chojs23/concord";
5657
vicinae.url = "github:vicinaehq/vicinae"; # Following nixpkgs makes cache miss
5758
vicinae-extensions.url = "github:vicinaehq/extensions";
5859
};

users/ami/variables.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ in rec {
242242
"affinity"
243243
"anki"
244244
"aw"
245+
# "discord"
245246
"kde-connect"
246247
"lan-mouse"
247248
"nix-direnv"

users/programs/discord.nix

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
pkgs,
3+
userVars,
4+
...
5+
}: {
6+
home-manager.users.${userVars.username} = {
7+
home.packages = with pkgs; [
8+
# inputs.concord.packages.${pkgs.system}.default
9+
];
10+
};
11+
}

0 commit comments

Comments
 (0)