Add a simple openbox config

This commit is contained in:
Charlotte Van Petegem 2020-03-12 09:59:03 +01:00
parent 1d224d3ab6
commit 8fe690614e
5 changed files with 762 additions and 17 deletions

View file

@ -5,24 +5,9 @@ let
status-configuration = import ../sway/status-configuration.nix { inherit pkgs; };
in
{
services.xserver = {
enable = true;
displayManager.startx.enable = true;
libinput = {
enable = true;
disableWhileTyping = true;
scrollMethod = "twofinger";
tapping = true;
tappingDragLock = true;
};
xkbVariant = "altgr-intl";
};
imports = [ ../base-x/default.nix ];
home-manager.users.charlotte = { pkgs, ... }: {
home.packages = [ pkgs.xorg.xauth ];
home.file.".xinitrc".text = "source ~/.xsession";
xsession = {
enable = true;
numlock.enable = true;
windowManager.i3 = {
enable = true;
config = {