chore: clean enigma

This commit is contained in:
Julien Malka 2024-05-26 20:37:28 +02:00
parent 0cd5248dc4
commit c3992be32c
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -12,7 +12,6 @@
services.gnome.gnome-browser-connector.enable = true;
services.tailscale.enable = true;
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
networking.networkmanager.dns = "systemd-resolved";
@ -87,15 +86,6 @@
portalPackage = pkgs.unstable.xdg-desktop-portal-hyprland;
};
time.timeZone = "Europe/Paris";
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";
console = {
font = "Lat2-Terminus16";
useXkbConfig = true; # use xkbOptions in tty.
};
programs.dconf.enable = true;
services.emacs = {
enable = true;