Skip to content

Commit

Permalink
Flake update
Browse files Browse the repository at this point in the history
Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
  • Loading branch information
henrirosten committed May 17, 2024
1 parent 0b086cf commit beac161
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 23 deletions.
30 changes: 15 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nix-modules/common-nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ in {
# check the free disk space every 5 seconds
min-free-check-interval = 5;
};
# Garbage collection, see:
# Garbage collection, see:
# https://search.nixos.org/options?type=packages&query=nix.gc
# gc.automatic = true;
# gc.options = pkgs.lib.mkDefault "--delete-older-than 30d";
Expand Down
12 changes: 5 additions & 7 deletions nix-modules/laptop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
brightnessctl
];

services.xserver = {
services.libinput = {
# touchpad
libinput = {
enable = true;
touchpad = {
tapping = true;
disableWhileTyping = true;
};
enable = true;
touchpad = {
tapping = true;
disableWhileTyping = true;
};
};

Expand Down

0 comments on commit beac161

Please # to comment.