2024-12-30 15:41:43 +00:00
|
|
|
{
|
2025-04-23 14:19:05 +01:00
|
|
|
imports = [
|
|
|
|
../common
|
2025-04-05 09:00:00 +01:00
|
|
|
|
2025-04-23 14:19:05 +01:00
|
|
|
../../users/opdavies.nix
|
2025-04-09 18:00:00 +01:00
|
|
|
|
2025-04-05 23:02:01 +01:00
|
|
|
./modules/wiki.nix
|
2025-01-08 08:54:14 +00:00
|
|
|
];
|
|
|
|
|
2025-04-30 03:09:17 +01:00
|
|
|
features = {
|
2025-04-23 14:19:05 +01:00
|
|
|
cli = {
|
|
|
|
docker.enable = true;
|
2025-04-23 19:38:55 +01:00
|
|
|
password-store.enable = true;
|
2025-04-23 14:19:05 +01:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2025-01-08 08:54:14 +00:00
|
|
|
wsl = {
|
|
|
|
enable = true;
|
2025-04-23 14:19:05 +01:00
|
|
|
defaultUser = "opdavies";
|
2025-01-08 08:54:14 +00:00
|
|
|
};
|
|
|
|
|
2025-04-05 22:52:43 +01:00
|
|
|
home-manager.users.opdavies.home.sessionVariables.WAYLAND_DISPLAY = "";
|
2024-12-30 15:41:43 +00:00
|
|
|
}
|