nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit 85b2eb9125ac417cc7893a03c0c967f378f155cb
parent 1eb914eaf77d3a92988e3b88204d77f567b369c6
Author: Peter <peter@minskio.co.uk>
Date:   Wed,  9 Sep 2026 14:35:23 +0100

Replace discord with vesktop

Diffstat:
Mmachines/atlas.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/machines/atlas.nix b/machines/atlas.nix @@ -77,8 +77,8 @@ # Packages environment.systemPackages = with pkgs; [ - discord ntfs3g + vesktop ]; system.stateVersion = "24.11"; # Did you read the comment?