diff --git a/configs/home-manager/foo-dogsquared/default.nix b/configs/home-manager/foo-dogsquared/default.nix index eb3eb6bb..2518d3a9 100644 --- a/configs/home-manager/foo-dogsquared/default.nix +++ b/configs/home-manager/foo-dogsquared/default.nix @@ -29,6 +29,10 @@ }; }; + # Set the profile picture. Most of the desktop environments should support + # this. + home.file.".face".source = ./files/logo.png; + # The keyfile required to decrypt the secrets. sops.age.keyFile = "${config.xdg.configHome}/age/user"; diff --git a/configs/home-manager/foo-dogsquared/files/logo.png b/configs/home-manager/foo-dogsquared/files/logo.png new file mode 100644 index 00000000..1cc4880a Binary files /dev/null and b/configs/home-manager/foo-dogsquared/files/logo.png differ