nix-configs

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

commit afd04f55b66865cb65d576355c6cfdd3687c1eb7
parent 2723db1fe011dc9f0ad3477e142c9800fe8fc50a
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Wed,  9 Sep 2026 14:25:58 +0100

Switch vesktop to a home-manager include

Diffstat:
Ahome/vesktop.nix | 6++++++
Mmachines/atlas.nix | 6++----
2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/home/vesktop.nix b/home/vesktop.nix @@ -0,0 +1,6 @@ +{ + programs.vesktop = { + enable = true; + vencord.useSystem = true; + }; +} diff --git a/machines/atlas.nix b/machines/atlas.nix @@ -59,6 +59,7 @@ ../home/tofi.nix ../home/wayle.nix ../home/yt-dlp.nix + ../home/vesktop.nix ../home/zathura.nix ]; home.stateVersion = "24.11"; @@ -76,10 +77,7 @@ hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; # Packages - environment.systemPackages = with pkgs; [ - ntfs3g - vesktop - ]; + environment.systemPackages = with pkgs; [ ntfs3g ]; system.stateVersion = "24.11"; # Did you read the comment?