[NixOS] Move packages around

This commit is contained in:
2023-06-28 22:27:09 -06:00
parent b99b04d320
commit 94fd156120
6 changed files with 81 additions and 70 deletions

View File

@@ -1,6 +1,8 @@
{ config, pkgs, ... }:
{
services.expressvpn.enable = true;
programs.hyprland.enable = true;
environment.systemPackages = with pkgs; [
ffmpeg
rust-analyzer