2024-10-22 08:53:55 -04:00
|
|
|
{ nur, config, ... }:
|
2024-10-12 20:44:05 -04:00
|
|
|
{
|
|
|
|
imports = [
|
2024-10-15 02:40:43 -04:00
|
|
|
# Apps and programs
|
2024-10-12 20:44:05 -04:00
|
|
|
../../../modules/home
|
|
|
|
../../../modules/home/users
|
|
|
|
../../../modules/home/files
|
|
|
|
../../../modules/home/settings
|
|
|
|
../../../modules/home/programs
|
2024-10-16 00:04:56 -04:00
|
|
|
../../../modules/home/programs/misc/production
|
2024-10-16 00:15:16 -04:00
|
|
|
../../../modules/home/programs/misc/gaming/launchers
|
2024-10-15 02:56:05 -04:00
|
|
|
../../../modules/home/programs/misc/gaming/xash3d
|
2024-10-18 15:32:32 -04:00
|
|
|
../../../modules/home/programs/misc/school
|
2024-10-12 20:44:05 -04:00
|
|
|
../../../modules/home/sway
|
|
|
|
../../../modules/home/utils
|
2024-10-15 02:40:43 -04:00
|
|
|
|
|
|
|
# Misc
|
|
|
|
../../../overlays
|
|
|
|
../../../variables
|
2024-10-16 00:04:56 -04:00
|
|
|
../../../variables/look/colors/red
|
2024-10-15 22:41:19 -04:00
|
|
|
|
|
|
|
# Imports
|
|
|
|
nur.nixosModules.nur
|
2024-10-12 20:44:05 -04:00
|
|
|
];
|
2024-10-22 08:53:55 -04:00
|
|
|
|
|
|
|
wayland.windowManager.sway.config.output.${config.displays.d1}.allow_tearing = "yes";
|
2024-10-12 20:44:05 -04:00
|
|
|
}
|