feat: update wallpaper and references to image
This commit is contained in:
parent
33edc82a6b
commit
74635a6c6d
4 changed files with 19 additions and 4 deletions
|
@ -44,7 +44,7 @@
|
|||
username = "${config.myUserName}";
|
||||
homeDirectory = "/home/${config.myUserName}";
|
||||
# copy wallpaper from assets
|
||||
file = {"wallpaper.jpg".source = ./assets/nixos-wallpaper.jpg;};
|
||||
file = {"wallpaper.jpg".source = config.myWallPaperPath;};
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
prismlauncher
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue