Refactoring and cleanup

This commit is contained in:
Lauren Lagarde 2025-07-20 15:58:38 -05:00
parent d0f4d9a3e5
commit 0ec36c1c7e
6 changed files with 138 additions and 191 deletions

View file

@ -1,4 +1,11 @@
{ config, pkgs, ... }: {
# System Info:
# - Model: Dell OptiPlex 3040 Micro
# - CPU: Intel Core i3-6100T (2C/4T, Passmark: 1859/3642)
# - RAM: 16GB
# - Storage:
# - ADATA SP550 2G3720040332 240GB SATA SSD
imports = [
# Core Features
../../nixos/features/base.nix
@ -11,12 +18,13 @@
../../nixos/tweaks/disable_nixos_user.nix
../../nixos/tweaks/systemd-resolved_nonsense.nix
# Lauren Base
# Users
../../users/lauren_lagarde/autologin.nix
../../users/lauren_lagarde/lauren_lagarde.nix
../../users/lauren_lagarde/system-managed-home.nix
# i3wm
../../nixos/features/i3wm.nix
#../../nixos/tweaks/intel_igpu_screen_tearing.nix
# Dotspace
../../secrets/dotspace.nix
@ -26,7 +34,6 @@
# living-room
../../nixos/features/gpu/intel.nix
../../nixos/features/systemd-boot.nix
../../users/lauren_lagarde/autologin.nix
# TODO: Composable Disko Config
];