pain and suffering

This commit is contained in:
2026-01-06 19:56:41 +00:00
parent 47cd19b701
commit f7e26a9793
14 changed files with 891 additions and 122 deletions

View File

@@ -8,19 +8,19 @@
{
imports = [
inputs.dms.homeModules.dankMaterialShell.default
inputs.dms.homeModules.dank-material-shell
];
programs.dankMaterialShell = {
programs.dank-material-shell = {
enable = true;
systemd = {
enable = true; # if you prefer starting from your compositor
};
default.settings = {
theme = "dark";
dynamicTheming = true;
# Add any other settings here
};
#settings = {
# theme = "dark";
# dynamicTheming = true;
# # Add any other settings here
#};
};
}