Fixes
This commit is contained in:
parent
5a15b77406
commit
72b974e117
1 changed files with 6 additions and 8 deletions
|
|
@ -28,10 +28,6 @@ in {
|
|||
environment.sessionVariables = {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
wl-clipboard
|
||||
egl-wayland
|
||||
];
|
||||
hardware.graphics.enable = true;
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
|
|
@ -54,6 +50,8 @@ in {
|
|||
icloudpd
|
||||
immich-go
|
||||
wget
|
||||
wl-clipboard
|
||||
egl-wayland
|
||||
];
|
||||
|
||||
hardware.enableAllHardware = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue