nix-config/hosts/PW05CH3L/configuration.nix
Oliver Davies 54b43e4203
All checks were successful
/ check (push) Successful in 1m21s
Remove features
2025-05-03 16:50:27 +01:00

21 lines
307 B
Nix

{
imports = [
../common
../../users/opdavies.nix
./modules/wiki.nix
];
cli = {
docker.enable = true;
password-store.enable = true;
};
wsl = {
enable = true;
defaultUser = "opdavies";
};
home-manager.users.opdavies.home.sessionVariables.WAYLAND_DISPLAY = "";
}