Skip to content

Commit

Permalink
update hosts/laundry.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
ksevelyar committed Sep 18, 2023
1 parent 7c0c8f8 commit 6e46484
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion hosts/laundry.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ args@{ config, lib, pkgs, ... }:

../services/journald.nix
../services/databases/postgresql.nix
../services/databases/redis.nix
# ../services/databases/redis.nix
../services/mpd.nix
../services/x.nix
../services/x/picom.nix
Expand Down Expand Up @@ -94,6 +94,18 @@ args@{ config, lib, pkgs, ... }:
};
};

services.xserver = {
libinput = {
enable = true;
touchpad = {
accelProfile = "adaptive"; # flat profile for touchpads
naturalScrolling = false;
accelSpeed = "0.3";
disableWhileTyping = true;
scrollMethod = "twofinger";
};
};
};
services.xserver.displayManager.lightdm.background = ../assets/wallpapers/akira.png;
# console.font = "${pkgs.terminus_font}/share/consolefonts/ter-u24n.psf.gz";
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
Expand Down
2 changes: 1 addition & 1 deletion users/ksevelyar/laundry/polybar
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ font-0 = Terminus:size=16;2
font-1 = Siji:size=16;1
height = 22

modules-left = volume
modules-left = volume mpd
modules-center = filesystem
modules-right = vpn vnc ssh network battery

Expand Down

0 comments on commit 6e46484

Please sign in to comment.