nix-config/hosts/PW05CH3L/configuration.nix

22 lines
307 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
];
2025-05-03 16:50:27 +01:00
cli = {
docker.enable = true;
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 = "";
}