minor changes

This commit is contained in:
Vivian 2022-09-20 11:24:06 +02:00
parent 3c5554c2c5
commit 7871b2f1b4
3 changed files with 35 additions and 27 deletions

View file

@ -85,7 +85,6 @@ in
wifi.backend = "iwd";
firewallBackend = "nftables";
};
# networking.interfaces.wlp0s20f3.useDHCP = true;
fileSystems."/".options = [ "compress=zstd" ];
# Filesystem dedup
@ -123,9 +122,6 @@ in
portal = {
enable = true;
wlr.enable = true;
extraPortals = with pkgs; [
# xdg-desktop-portal-gtk
];
};
};
services.dbus.enable = true;