fix flake check problems
This commit is contained in:
parent
0c78440f27
commit
38ec8b42b5
2 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,6 @@
|
|||
};
|
||||
hardware.trackpoint.enable = true;
|
||||
services.hardware.bolt.enable = true;
|
||||
hardware.video.hidpi.enable = lib.mkDefault true;
|
||||
|
||||
services.xserver = {
|
||||
libinput = {
|
||||
|
|
|
@ -15,6 +15,8 @@
|
|||
../../gui
|
||||
../../i3
|
||||
../../mercurial
|
||||
../../vim
|
||||
../../zsh
|
||||
];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
|
Loading…
Reference in a new issue