NixOS-Config/hosts/shuttleworth/home/default.nix

23 lines
478 B
Nix
Raw Normal View History

2024-10-15 02:40:43 -04:00
{ nur, ... }:
{
imports = [
2024-10-16 00:04:56 -04:00
# Apps and programs
2024-10-15 02:40:43 -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/remote-desktop
2024-10-15 02:40:43 -04:00
../../../modules/home/sway
../../../modules/home/utils
2024-10-16 00:04:56 -04:00
# Misc
../../../overlays
../../../variables
../../../variables/look/colors/purple
# Imports
nur.nixosModules.nur
2024-10-15 02:40:43 -04:00
];
}