Configured Syncthing & various other minor changes

This commit is contained in:
lulusilly 2025-10-18 18:35:53 -04:00
parent 7b080f7f11
commit ba811dbc3c
20 changed files with 464 additions and 10 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, inputs, ... }:
{ config, pkgs, lib, inputs, ... }:
{
imports =
@ -8,9 +8,11 @@
../../modules/laptop.nix
../../modules/efi.nix
../../modules/hypr.nix
../../modules/syncthing.nix
];
networking.hostName = "syntheticnexus";
# Overriding this, as the touchpad doesn't work properly anymore.
services.libinput.enable = lib.mkForce false;
system.stateVersion = "25.05";
}