nix-config/hosts/PW05CH3L/configuration.nix

24 lines
335 B
Nix
Raw Normal View History

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