fixed bad copy pasta

This commit is contained in:
Steven Carpenter 2023-02-10 15:59:27 -05:00
parent 7a932645fe
commit 8f94b87e8f

View file

@ -27,7 +27,7 @@
./.modules/base/proxmox-vm-hardware.nix
({pkgs, config, ...}:{
environment.systemPackages = with pkgs; [
inputs.nixpkgs-wayland.packages.${system}.waybar
inputs.nixpkgs-wayland.packages.${system}.wayfire-unstable
];
})
];