nixos/old/home-manager/roles/desktop/common/default.nix
2026-05-19 22:25:43 +00:00

10 lines
117 B
Nix

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