fixing wayfire
This commit is contained in:
parent
8f94b87e8f
commit
687012f0b6
1 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
})
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue