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

14 lines
285 B
Nix
Raw Normal View History

2024-10-15 02:40:43 -04:00
{ nur, ... }:
{
imports = [
nur.nixosModules.nur
../../../modules/home
../../../modules/home/users
../../../modules/home/files
../../../modules/home/settings
../../../modules/home/programs
../../../modules/home/sway
../../../modules/home/utils
];
}