mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 11:24:26 +01:00
Set wallpaper per user
This commit is contained in:
parent
af1fe2e180
commit
7499e9dc5e
4 changed files with 10 additions and 4 deletions
|
|
@ -16,7 +16,7 @@
|
|||
];
|
||||
|
||||
home.file.".config/qtile/config.py".source = ./qtile.py;
|
||||
home.file.".background-image".source = ./background-image;
|
||||
home.file.".background-image".source = config.myConfig.dm.wallpaper;
|
||||
|
||||
home.packages = [
|
||||
# Widget dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue