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
./.modules/base/proxmox-vm-hardware.nix
({pkgs, config, ...}:{
environment.systemPackages = with pkgs; [
inputs.nixpkgs-wayland.packages.${system}.wayfire-unstable
];
config = {
environment.systemPackages = with pkgs; [
inputs.nixpkgs-wayland.packages.${system}.wayfire-unstable
];
};
})
];
};