Add lockscreen image
parent
02f83397ed
commit
730db1e668
Binary file not shown.
After Width: | Height: | Size: 68 KiB |
3
home.nix
3
home.nix
|
@ -4,7 +4,7 @@ let
|
|||
name = "Matthew Ess";
|
||||
email = "daringseal@gmail.com";
|
||||
workEmail = "mess@yelp.com";
|
||||
lockCmd = "i3lock -i ~/.background-image";
|
||||
lockCmd = "i3lock -i ~/.lockscreen-image";
|
||||
|
||||
in {
|
||||
home = {
|
||||
|
@ -36,6 +36,7 @@ in {
|
|||
];
|
||||
file = {
|
||||
".background-image".source = ./assets/background-image;
|
||||
".lockscreen-image".source = ./assets/lockscreen-image;
|
||||
".config/fish/fishfile".text = ''
|
||||
laughedelic/pisces
|
||||
sijad/gitignore
|
||||
|
|
Loading…
Reference in New Issue