networkmanager dimondback
This commit is contained in:
parent
634e05739c
commit
5a15b77406
1 changed files with 10 additions and 0 deletions
|
|
@ -25,6 +25,16 @@ in {
|
||||||
else null;
|
else null;
|
||||||
imports = lib.snowfall.fs.get-non-default-nix-files ./. ++ [../stargate/services/adguardhome.nix];
|
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;
|
||||||
|
|
||||||
custom.presets.disko.ext4Swap = {
|
custom.presets.disko.ext4Swap = {
|
||||||
enable = true;
|
enable = true;
|
||||||
swapSize = null;
|
swapSize = null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue