feat: add a face file
This commit is contained in:
parent
85392107e7
commit
c1cec3f00b
4 changed files with 9 additions and 0 deletions
BIN
modules/assets/face.png
Normal file
BIN
modules/assets/face.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 133 KiB |
7
modules/desktop/face.nix
Normal file
7
modules/desktop/face.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{ config, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
flake.modules.homeManager.desktop = {
|
||||||
|
home.file.".face".source = config.flake.meta.user.face;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
monthBeforeDay = false;
|
monthBeforeDay = false;
|
||||||
name = "Tel Aviv, Israel";
|
name = "Tel Aviv, Israel";
|
||||||
};
|
};
|
||||||
|
general.avatarImage = config.flake.meta.user.face;
|
||||||
bar = {
|
bar = {
|
||||||
# density = "compact";
|
# density = "compact";
|
||||||
position = "left";
|
position = "left";
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ rec {
|
||||||
flake.meta.user = {
|
flake.meta.user = {
|
||||||
name = "teesh";
|
name = "teesh";
|
||||||
email = "ilaylevy611@gmail.com";
|
email = "ilaylevy611@gmail.com";
|
||||||
|
face = ./assets/face.png;
|
||||||
};
|
};
|
||||||
|
|
||||||
flake.meta.git.name = "teesh3rt";
|
flake.meta.git.name = "teesh3rt";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue