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

23 lines
486 B
Nix
Raw Normal View History

2024-10-18 15:32:32 -04:00
{ config, nur, ... }:
{
imports = [
# Apps and programs
../../../modules/home
../../../modules/home/users
../../../modules/home/files
../../../modules/home/settings
../../../modules/home/programs
../../../modules/home/programs/misc/remote-desktop
../../../modules/home/sway
../../../modules/home/utils
# Misc
../../../overlays
../../../variables
../../../variables/look/colors/orange
2024-10-18 15:32:32 -04:00
# Imports
nur.nixosModules.nur
];
}