Implemented custom system for creating and distributing color schemes based on wallpapers, and also cycling through wallpapers.
nixfmt'd the codebase
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ lib, config, ... }: {
|
||||
{ lib, config, ... }:
|
||||
{
|
||||
options = {
|
||||
movOpts.sysEnv.issue.enable =
|
||||
lib.mkEnableOption "enables custom /etc/issue splash screen for the tty";
|
||||
movOpts.sysEnv.issue.enable = lib.mkEnableOption "enables custom /etc/issue splash screen for the tty";
|
||||
};
|
||||
config = lib.mkIf config.movOpts.sysEnv.issue.enable {
|
||||
environment.etc."issue".text = ''
|
||||
|
||||
Reference in New Issue
Block a user