Skip to content

Instantly share code, notes, and snippets.

@ivanovs-4
Created April 3, 2020 07:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivanovs-4/6a182b9bb41ff7fcf94b76f4e77d0b64 to your computer and use it in GitHub Desktop.
Save ivanovs-4/6a182b9bb41ff7fcf94b76f4e77d0b64 to your computer and use it in GitHub Desktop.
services.xserver = {
enable = true;
_ layout = "us,ru";
xkbOptions = "eurosign:e, caps:swapescape, grp:win_space_toggle";
libinput.enable = true;
displayManager.gdm.enable = true;
displayManager.gdm.wayland = true;
displayManager.defaultSession = "none+i3";
desktopManager = {
xterm.enable = false;
gnome3 = {
enable = true;
};
};
windowManager.i3 = {
enable = true;
package = pkgs.i3-gaps;
extraPackages = with pkgs; [
i3status # gives you the default i3 status bar
rofi # dmenu #application launcher most people use
];
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment