fix flake check problems

This commit is contained in:
Cyryl Płotnicki 2023-07-01 08:49:17 +01:00
parent 0c78440f27
commit 38ec8b42b5
2 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,6 @@
};
hardware.trackpoint.enable = true;
services.hardware.bolt.enable = true;
hardware.video.hidpi.enable = lib.mkDefault true;
services.xserver = {
libinput = {

View File

@ -15,6 +15,8 @@
../../gui
../../i3
../../mercurial
../../vim
../../zsh
];
boot.kernelPackages = pkgs.linuxPackages_latest;