From 22b9b3bf1c356cd9440c7c872aa32f041459c7ec Mon Sep 17 00:00:00 2001 From: Julian T Date: Wed, 16 Sep 2020 10:58:36 +0200 Subject: Minor fixes, and refined package list --- configuration.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/configuration.nix b/configuration.nix index 565c80d..f3cb077 100644 --- a/configuration.nix +++ b/configuration.nix @@ -42,7 +42,7 @@ defaultLocale = "en_DK.UTF-8"; }; - console.keyMap = { + console = { keyMap = "us"; font = "Lat2-Terminus16"; }; @@ -88,8 +88,9 @@ xkbVariant = "altgr-intl"; exportConfiguration = true; - windowManager = { - i3.enable = true; + windowManager.i3 = { + enable = true; + package = pkgs.i3-gaps; }; displayManager = { @@ -147,16 +148,16 @@ networkmanagerapplet # X stuff - feh xscreensaver dmenu rofi xorg.xmodmap xss-lock xfce.terminal + feh xscreensaver dmenu rofi xorg.xmodmap xss-lock acpilight xdotool dunst # Gui applications firefox gnome3.evolution pavucontrol okular leafpad inkscape gimp meld - pinentry gnome3.gnome-system-monitor gnome3.dconf pcmanfm + pinentry gnome3.gnome-system-monitor gnome3.dconf pcmanfm termite # (st.override { conf = builtins.readFile ./st-config.h; }) # Other stuff - texlive.combined.scheme-full biber + # texlive.combined.scheme-full biber # Hardware stuff. X230 linuxPackages.acpi_call -- cgit v1.2.3