mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-08 05:49:25 -06:00
8 lines
102 B
Nix
8 lines
102 B
Nix
|
|
{ pkgs, ... }:
|
||
|
|
{
|
||
|
|
programs.regreet = {
|
||
|
|
enable = false;
|
||
|
|
package = pkgs.greetd.regreet;
|
||
|
|
};
|
||
|
|
}
|