2024-08-24 22:16:51 -04:00
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
# Base configs
|
2024-08-29 14:15:26 -04:00
|
|
|
./base.nix
|
2024-08-26 20:45:07 -04:00
|
|
|
|
|
|
|
# Import users and groups
|
2024-08-24 22:16:51 -04:00
|
|
|
./users/jimbo.nix
|
2024-08-26 20:45:07 -04:00
|
|
|
./users/groups.nix
|
2024-08-24 22:16:51 -04:00
|
|
|
|
|
|
|
# Desktop only
|
|
|
|
./desktop/misc.nix
|
|
|
|
./desktop/sway.nix
|
2024-09-02 19:07:17 -04:00
|
|
|
./desktop/greetd-sway.nix
|
2024-08-24 22:16:51 -04:00
|
|
|
./desktop/printing.nix
|
|
|
|
./desktop/gaming.nix
|
|
|
|
./desktop/pipewire.nix
|
|
|
|
./desktop/bluetooth.nix
|
|
|
|
./desktop/firewall.nix
|
|
|
|
./desktop/fonts.nix
|
2024-08-29 02:38:42 -04:00
|
|
|
./desktop/qt.nix
|
2024-08-24 22:16:51 -04:00
|
|
|
|
|
|
|
# Modules
|
|
|
|
./modules/security.nix
|
2024-09-03 01:01:58 -04:00
|
|
|
./modules/legacy.nix
|
2024-08-24 22:16:51 -04:00
|
|
|
|
|
|
|
# Hardware
|
|
|
|
./hardware/machines/desktop.nix
|
2024-08-25 07:45:05 -04:00
|
|
|
./hardware/systemdboot.nix
|
2024-08-24 22:16:51 -04:00
|
|
|
./hardware/opengl.nix
|
2024-08-29 14:15:26 -04:00
|
|
|
./hardware/nvidia.nix
|
|
|
|
#./hardware/nouveau.nix
|
2024-08-24 22:16:51 -04:00
|
|
|
|
|
|
|
# Services
|
|
|
|
./services/openssh.nix
|
|
|
|
./services/virtualisation.nix
|
|
|
|
./services/udev.nix
|
|
|
|
./services/sunshine.nix
|
|
|
|
./services/mpd.nix
|
|
|
|
];
|
|
|
|
|
2024-08-26 13:07:59 -04:00
|
|
|
networking.hostName = "JimDesktop";
|
2024-08-24 22:16:51 -04:00
|
|
|
}
|