Fixes
This commit is contained in:
parent
5a15b77406
commit
72b974e117
1 changed files with 6 additions and 8 deletions
|
|
@ -26,14 +26,10 @@ in {
|
|||
imports = lib.snowfall.fs.get-non-default-nix-files ./. ++ [../stargate/services/adguardhome.nix];
|
||||
|
||||
environment.sessionVariables = {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
wl-clipboard
|
||||
egl-wayland
|
||||
];
|
||||
hardware.graphics.enable = true;
|
||||
networking.networkmanager.enable = true;
|
||||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
hardware.graphics.enable = true;
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
custom.presets.disko.ext4Swap = {
|
||||
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