10 lines
117 B
Nix
10 lines
117 B
Nix
{
|
|
imports = [
|
|
./apps
|
|
];
|
|
|
|
# Setup user profile pic
|
|
home.file.".face" = {
|
|
source = ./nest.webp;
|
|
};
|
|
}
|