From 2e978ae3c2a33fafe1f34e80e68a7adda6d56dd8 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Thu, 20 Mar 2025 16:29:18 +0000 Subject: [PATCH] Refined packages --- hosts/vm.nix | 12 ------------ modules/hyprland.nix | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/hosts/vm.nix b/hosts/vm.nix index 388f97e..153f0a3 100644 --- a/hosts/vm.nix +++ b/hosts/vm.nix @@ -17,16 +17,4 @@ # Hyprland setup without GPU acceleration services.xserver.enable = true; services.xserver.videoDrivers = [ ]; - - # Use the same package set as desktop/laptop - environment.systemPackages = with pkgs; [ - alacritty - brave - helix - rustc cargo - go - nodejs - discord - spotify - ]; } diff --git a/modules/hyprland.nix b/modules/hyprland.nix index df0dd94..85a7cac 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -18,7 +18,7 @@ rustc cargo # Rust go # Go nodejs # Node.js - discord + discordo spotify bitwarden ];