mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-09 13:24:38 -05:00
7 lines
102 B
Nix
Executable file
7 lines
102 B
Nix
Executable file
{ pkgs, ... }:
|
|
{
|
|
programs.regreet = {
|
|
enable = false;
|
|
package = pkgs.greetd.regreet;
|
|
};
|
|
}
|