diff --git a/flake.lock b/flake.lock index 5b49239..8bd613d 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/nodes/hosts/common/home/jay/programs/discord.nix b/nodes/hosts/common/home/jay/programs/discord.nix index b913e65..56431f9 100644 --- a/nodes/hosts/common/home/jay/programs/discord.nix +++ b/nodes/hosts/common/home/jay/programs/discord.nix @@ -1,6 +1,7 @@ { pkgs, ... }: { - environment.systemPackages = [ + home.packages = [ pkgs.betterdiscordctl + pkgs.discord ]; }