Add a simple openbox config
This commit is contained in:
parent
1d224d3ab6
commit
8fe690614e
5 changed files with 762 additions and 17 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue