changed background animation of ly.
This commit is contained in:
parent
dc8df3060a
commit
a4b6b50987
2 changed files with 25 additions and 21 deletions
|
|
@ -24,8 +24,8 @@
|
|||
AutoEnable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
# services.blueman.enable = true;
|
||||
};
|
||||
# services.blueman.enable = true;
|
||||
home-manager.users.${config.host.details.user} = {
|
||||
config,
|
||||
osConfig,
|
||||
|
|
@ -36,9 +36,9 @@
|
|||
lib.mkMerge [
|
||||
(
|
||||
lib.mkIf (osConfig.host.details.gui.enable)
|
||||
[ ]
|
||||
[]
|
||||
)
|
||||
[ bluetui ]
|
||||
[bluetui]
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,5 +10,9 @@
|
|||
services.xserver.xkb.options = "ctrl:nocaps,compose:rctrl";
|
||||
services.displayManager.ly = {
|
||||
enable = true;
|
||||
settings = {
|
||||
animation = "matrix";
|
||||
bigclock = "en";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue