add my own avatar as $HOME/.face.icon
This commit is contained in:
parent
abf2748ec3
commit
49b9745636
2 changed files with 5 additions and 1 deletions
BIN
assets/img/clownfish.png
Normal file
BIN
assets/img/clownfish.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue