nixos/home-manager/roles/desktop/common/default.nix
2025-12-08 20:30:22 -05:00

10 lines
117 B
Nix

{
imports = [
./apps
];
# Setup user profile pic
home.file.".face" = {
source = ./nest.webp;
};
}