1

Modules/Niri: Update DMS configuration after update

This commit is contained in:
2026-01-17 23:00:44 +01:00
parent bf0c55669c
commit 4c18fd8c8e
5 changed files with 571 additions and 5 deletions

View File

@ -1,4 +1,7 @@
{color}: {
{
config,
color,
}: {
enable = true;
systemd = {
@ -221,9 +224,13 @@
}
];
# Theme
currentThemeName = "custom";
currentThemeCategory = "registry";
customThemeFile = "${config.paths.dotfiles}/dankmaterialshell/catppuccin-mauve.json";
# Styling
cornerRadius = 10;
currentThemeName = "cat-mauve";
customAnimationDuration = 500;
fontFamily = "MonoLisa Normal";
monoFontFamily = "MonoLisa Normal";
@ -374,7 +381,6 @@
customPowerActionPowerOff = "";
customPowerActionReboot = "";
customPowerActionSuspend = "";
customThemeFile = "";
displayNameMode = "system";
matugenScheme = "scheme-tonal-spot";
matugenTargetMonitor = "";

View File

@ -61,7 +61,7 @@ in {
programs = {
# TODO: Those should be modules with their own options
noctalia-shell = import ./noctalia.nix {inherit color;};
dank-material-shell = import ./dankMaterialShell.nix {inherit color;};
dank-material-shell = import ./dankMaterialShell.nix {inherit config color;};
# TODO: Extract options
niri = {