modules/community-builder: add motd
This commit is contained in:
parent
edeaf0e3a5
commit
49f6540544
3 changed files with 47 additions and 21 deletions
modules/nixos/community-builder
|
@ -1,4 +1,9 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
config,
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
"${inputs.self}/modules/shared/community-builder.nix"
|
||||
|
@ -6,6 +11,8 @@
|
|||
./users.nix
|
||||
];
|
||||
|
||||
users.motd = config.nixCommunity.motd;
|
||||
|
||||
environment.systemPackages = [
|
||||
# terminfo packages
|
||||
pkgs.foot.terminfo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue