Make home-manager config for ll-latitude-e5591 build again

This commit is contained in:
Lauren Lagarde 2025-06-23 22:26:22 -05:00
parent 478d31081a
commit 83a6b1c73c
78 changed files with 236 additions and 426 deletions

11
nixos/features/base.nix Normal file
View file

@ -0,0 +1,11 @@
{ pkgs, ... }: {
users.mutableUsers = false;
networking.wireless.enable = false; # For some reason this is needed all of the time
boot.supportedFilesystems = [ "ntfs" ];
# Basic Services
services.smartd.enable = true;
services.uptimed.enable = true;
}