Configure mutter experimental features via HM

This commit is contained in:
thiloho
2025-01-05 15:39:39 +01:00
parent 3e12c57dca
commit e8f8d8c5cf
3 changed files with 14 additions and 24 deletions

View File

@@ -18,18 +18,13 @@
};
};
services.mysql = {
enable = true;
package = pkgs.mariadb;
};
home-manager.users.thiloho =
{ pkgs, ... }:
{
programs.git.signing.key = "3B62137A89493F7D";
home = {
stateVersion = "23.05";
stateVersion = "24.11";
};
};
system.stateVersion = "23.05";
system.stateVersion = "24.11";
}