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
|
./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
|
||||||
|
];
|
||||||
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue