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 ];