Add betterdiscord installer.

This commit is contained in:
jay
2025-07-26 16:58:44 -04:00
parent f4491974ca
commit 81812dfafb
2 changed files with 5 additions and 4 deletions

6
flake.lock generated
View File

@@ -885,11 +885,11 @@
]
},
"locked": {
"lastModified": 1753471086,
"narHash": "sha256-ecdtHA9Z0k86M0hKAtshe1gBjHK+L2VBnsmfO0mT+Dc=",
"lastModified": 1753502836,
"narHash": "sha256-VOytqgYsI6CfsVhbwVnDQS239+ht7pFLNVrRCKemBqU=",
"owner": "0xc000022070",
"repo": "zen-browser-flake",
"rev": "08d916fe8ec5b4c95186652354f267ed8c67ee26",
"rev": "cd46b6cddf3f83ad439108b8ead8cf65f041d445",
"type": "github"
},
"original": {

View File

@@ -1,6 +1,7 @@
{ pkgs, ... }: {
environment.systemPackages = [
home.packages = [
pkgs.betterdiscordctl
pkgs.discord
];
}