Link: https://github.com/nix-community/stylix/pull/2194 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
12 lines
247 B
Nix
12 lines
247 B
Nix
{ lib, ... }:
|
|
{
|
|
stylix.testbed.ui = {
|
|
graphicalEnvironment = "hyprland";
|
|
command.text = "dms run";
|
|
sendNotifications = true;
|
|
};
|
|
|
|
home-manager.sharedModules = lib.singleton {
|
|
programs.dank-material-shell.enable = true;
|
|
};
|
|
}
|