fixing wayfire

This commit is contained in:
Steven Carpenter 2023-02-10 16:00:24 -05:00
parent 8f94b87e8f
commit 687012f0b6

View file

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