testing sone shite

This commit is contained in:
zastian-dev
2025-12-15 18:06:05 +00:00
parent c45ec8d9cd
commit fe40f11559
12 changed files with 153 additions and 32 deletions

View File

@@ -0,0 +1,26 @@
{
config,
lib,
pkgs,
inputs,
...
}:
{
imports = [
inputs.dms.homeModules.dankMaterialShell.default
];
programs.dankMaterialShell = {
enable = true;
systemd = {
enable = true; # if you prefer starting from your compositor
};
default.settings = {
theme = "dark";
dynamicTheming = true;
# Add any other settings here
};
};
}