nixos/home-manager/roles/desktop/common/default.nix

11 lines
117 B
Nix
Raw Normal View History

2025-12-08 20:30:22 -05:00
{
imports = [
./apps
];
# Setup user profile pic
home.file.".face" = {
source = ./nest.webp;
};
}