add my own avatar as $HOME/.face.icon

This commit is contained in:
Seaswimmer 2024-11-17 15:11:22 -05:00
parent abf2748ec3
commit 49b9745636
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
2 changed files with 5 additions and 1 deletions

BIN
assets/img/clownfish.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -1,7 +1,11 @@
{ pkgs, ... }: {
{ pkgs, config, ... }: {
home.username = "cswimr";
home.homeDirectory = "/home/cswimr";
home.file = {
".face.icon".source = config.lib.file.mkOutOfStoreSymlink "/etc/nixos/assets/img/clownfish.png";
};
# link the configuration file in current directory to the specified location in home directory
# home.file.".config/i3/wallpaper.jpg".source = ./wallpaper.jpg;