diff --git a/assets/img/clownfish.png b/assets/img/clownfish.png new file mode 100644 index 0000000..75c0da3 Binary files /dev/null and b/assets/img/clownfish.png differ diff --git a/home-manager/cswimr.nix b/home-manager/cswimr.nix index 39c82a9..0813e31 100755 --- a/home-manager/cswimr.nix +++ b/home-manager/cswimr.nix @@ -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;