chore: format using nixpkgs-fmt

This commit is contained in:
Veneficium 2024-07-03 23:20:22 +02:00
parent 8b0286d8d8
commit 87781f976a
26 changed files with 130 additions and 127 deletions

View file

@ -5,7 +5,7 @@
[
./hardware-configuration.nix
../../nixosModules/default.nix
];
];
settings = {
programs.docker.enable = lib.mkForce true;
@ -49,13 +49,13 @@
#todo need to move this to modules
services = {
libinput = {
enable = true;
touchpad = {
tapping = true;
};
enable = true;
touchpad = {
tapping = true;
};
};
};
#remove various bloat
services.xserver.excludePackages = with pkgs; [ xterm ];