mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 23:45:53 +01:00
Set wallpaper per user
This commit is contained in:
parent
af1fe2e180
commit
7499e9dc5e
4 changed files with 10 additions and 4 deletions
|
|
@ -9,9 +9,14 @@
|
|||
in {
|
||||
imports = [./qtile];
|
||||
|
||||
options.myConfig.dm.tray = {
|
||||
syncthing.enable = lib.mkEnableOption "";
|
||||
networkmanager.enable = lib.mkEnableOption "";
|
||||
options.myConfig.dm = {
|
||||
wallpaper = lib.mkOption {
|
||||
type = lib.types.path;
|
||||
};
|
||||
tray = {
|
||||
syncthing.enable = lib.mkEnableOption "";
|
||||
networkmanager.enable = lib.mkEnableOption "";
|
||||
};
|
||||
};
|
||||
|
||||
config = lib.mkMerge [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue